Home
last modified time | relevance | path

Searched refs:GlobalDtors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp511 auto *GlobalDtors = M.getNamedGlobal("llvm.global_dtors"); in operator ()() local
561 if (auto Err = RegisterCOrDtors(GlobalDtors, false)) in operator ()()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h427 CtorList GlobalDtors; variable
804 CtorList &getGlobalDtors() { return GlobalDtors; } in getGlobalDtors()
H A DCodeGenModule.cpp896 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
2082 GlobalDtors.push_back(Structor(Priority, ~0U, Dtor, nullptr)); in AddGlobalDtor()