Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp316 SmallPtrSet<GlobalValue*, 8> &AsmUsed, in applyRestriction() argument
332 AsmUsed.insert(&GV); in applyRestriction()
341 AsmUsed.insert(&GV); in applyRestriction()
395 SmallPtrSet<GlobalValue*, 8> AsmUsed; in applyScopeRestrictions() local
402 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
405 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
408 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
412 findUsedValues(LLVMCompilerUsed, AsmUsed); in applyScopeRestrictions()
416 if (!AsmUsed.empty()) { in applyScopeRestrictions()
419 for (auto *GV : AsmUsed) { in applyScopeRestrictions()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h127 SmallPtrSet<GlobalValue *, 8> &AsmUsed,