Home
last modified time | relevance | path

Searched defs:GlobalCtors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp112 GlobalVariable *GlobalCtors = findGlobalCtors(M); in optimizeGlobalCtorsList() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp510 auto *GlobalCtors = M.getNamedGlobal("llvm.global_ctors"); in operator ()() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h421 CtorList GlobalCtors; variable