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

/external/clang/lib/CodeGen/
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 154 milliseconds