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

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

Completed in 3195 milliseconds