Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h465 std::vector<llvm::WeakTrackingVH> LLVMCompilerUsed; variable
H A DCodeGenModule.cpp3179 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()
3186 LLVMCompilerUsed.emplace_back(GV); in addUsedOrCompilerUsedGlobal()
3219 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp823 std::vector<WeakTrackingVH> LLVMCompilerUsed = { in finalize() local
825 emitUsed("llvm.compiler.used", LLVMCompilerUsed); in finalize()