Searched refs:AddGlobalDtor (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp633 AddGlobalDtor(Fn);
H A DCodeGenModule.h1435 void AddGlobalDtor(llvm::Function *Dtor, int Priority = 65535);
H A DCodeGenModule.cpp1154 /// AddGlobalDtor - Add a function to the list that will be called
1156 void CodeGenModule::AddGlobalDtor(llvm::Function *Dtor, int Priority) { function in class:CodeGenModule
4482 AddGlobalDtor(Fn, DA->getPriority());

Completed in 184 milliseconds