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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 260 if (CXXGlobalDtors.empty())
271 CodeGenFunction(*this).GenerateCXXGlobalDtorFunc(Fn, CXXGlobalDtors);
CodeGenModule.h 297 /// CXXGlobalDtors - Global destructor functions and arguments that need to
299 std::vector<std::pair<llvm::WeakVH,llvm::Constant*> > CXXGlobalDtors;
633 CXXGlobalDtors.push_back(std::make_pair(DtorFn, Object));
    [all...]

Completed in 115 milliseconds