Searched refs:AsmUsed (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 323 SmallPtrSetImpl<GlobalValue*> &AsmUsed, in applyRestriction() argument 339 AsmUsed.insert(&GV); in applyRestriction() 348 AsmUsed.insert(&GV); in applyRestriction() 410 SmallPtrSet<GlobalValue*, 8> AsmUsed; in applyScopeRestrictions() local 418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 426 findUsedValues(LLVMCompilerUsed, AsmUsed); in applyScopeRestrictions() 430 if (!AsmUsed.empty()) { in applyScopeRestrictions() 433 for (auto *GV : AsmUsed) { in applyScopeRestrictions()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 160 SmallPtrSetImpl<GlobalValue *> &AsmUsed,
|