Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h393 std::vector<llvm::WeakTrackingVH> LLVMCompilerUsed; variable
H A DCodeGenModule.cpp2172 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()
2179 LLVMCompilerUsed.emplace_back(GV); in addUsedOrCompilerUsedGlobal()
2212 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()