Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp424 GlobalVariable *LLVMCompilerUsed = in applyScopeRestrictions() local
426 findUsedValues(LLVMCompilerUsed, AsmUsed); in applyScopeRestrictions()
427 if (LLVMCompilerUsed) in applyScopeRestrictions()
428 LLVMCompilerUsed->eraseFromParent(); in applyScopeRestrictions()
439 LLVMCompilerUsed = in applyScopeRestrictions()
445 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
/external/clang/lib/CodeGen/
DCodeGenModule.h341 std::vector<llvm::WeakVH> LLVMCompilerUsed; variable
DCodeGenModule.cpp1052 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()
1083 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()