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.h419 std::vector<llvm::WeakTrackingVH> LLVMCompilerUsed; variable
H A DCodeGenModule.cpp2950 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()
2957 LLVMCompilerUsed.emplace_back(GV); in addUsedOrCompilerUsedGlobal()
2990 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp800 std::vector<WeakTrackingVH> LLVMCompilerUsed = { in finalize() local
802 emitUsed("llvm.compiler.used", LLVMCompilerUsed); in finalize()