HomeSort by relevance Sort by last modified time
    Searched refs:AddGlobalDtor (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 272 AddGlobalDtor(Fn);
CodeGenModule.h 870 void AddGlobalDtor(llvm::Function *Dtor, int Priority=65535);
    [all...]
CodeGenModule.cpp 367 /// AddGlobalDtor - Add a function to the list that will be called
369 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) {
    [all...]

Completed in 266 milliseconds