Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp330 GlobalVariable *LLVMCompilerUsed = in applyScopeRestrictions() local
332 findUsedValues(LLVMCompilerUsed, asmUsed); in applyScopeRestrictions()
333 if (LLVMCompilerUsed) in applyScopeRestrictions()
334 LLVMCompilerUsed->eraseFromParent(); in applyScopeRestrictions()
346 LLVMCompilerUsed = in applyScopeRestrictions()
352 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
/external/clang/lib/CodeGen/
DCodeGenModule.h347 std::vector<llvm::WeakVH> LLVMCompilerUsed; variable
DCodeGenModule.cpp1101 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()
1132 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()