Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp118 GlobalVariable *GlobalCtors = findGlobalCtors(M); in optimizeGlobalCtorsList() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp461 auto *GlobalCtors = M.getNamedGlobal("llvm.global_ctors"); in operator ()() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h397 CtorList GlobalCtors; variable