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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp472 AddGlobalDtor(Fn);
H A DCodeGenModule.h1181 void AddGlobalDtor(llvm::Function *Dtor, int Priority = 65535);
H A DCodeGenModule.cpp376 AddGlobalDtor(CudaDtorFunction);
674 /// AddGlobalDtor - Add a function to the list that will be called
676 void CodeGenModule::AddGlobalDtor(llvm::Function *Dtor, int Priority) { function in class:CodeGenModule
2724 AddGlobalDtor(Fn, DA->getPriority());

Completed in 146 milliseconds