Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp390 SmallPtrSetImpl<GlobalValue*> &AsmUsed, in applyRestriction() argument
406 AsmUsed.insert(&GV); in applyRestriction()
415 AsmUsed.insert(&GV); in applyRestriction()
478 SmallPtrSet<GlobalValue*, 8> AsmUsed; in applyScopeRestrictions() local
487 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
490 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
493 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
497 findUsedValues(LLVMCompilerUsed, AsmUsed); in applyScopeRestrictions()
501 if (!AsmUsed.empty()) { in applyScopeRestrictions()
504 for (auto *GV : AsmUsed) { in applyScopeRestrictions()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h146 SmallPtrSetImpl<GlobalValue *> &AsmUsed,