Searched refs:LLVMCompilerUsed (Results 1 – 3 of 3) sorted by relevance
330 GlobalVariable *LLVMCompilerUsed = in applyScopeRestrictions() local332 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()
347 std::vector<llvm::WeakVH> LLVMCompilerUsed; variable
1101 LLVMCompilerUsed.emplace_back(GV); in addCompilerUsedGlobal()1132 emitUsed(*this, "llvm.compiler.used", LLVMCompilerUsed); in emitLLVMUsed()