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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp316 AddGlobalDtor(Fn);
H A DCodeGenModule.h958 void AddGlobalDtor(llvm::Function *Dtor, int Priority=65535);
H A DCodeGenModule.cpp433 /// AddGlobalDtor - Add a function to the list that will be called
435 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) { function in class:CodeGenModule
1898 AddGlobalDtor(Fn, DA->getPriority());

Completed in 62 milliseconds