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

/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp316 SmallPtrSet<GlobalValue*, 8> &AsmUsed,
332 AsmUsed.insert(&GV);
341 AsmUsed.insert(&GV);
395 SmallPtrSet<GlobalValue*, 8> AsmUsed; local
402 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler);
405 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler);
408 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler);
412 findUsedValues(LLVMCompilerUsed, AsmUsed);
416 if (!AsmUsed.empty()) {
419 for (auto *GV : AsmUsed) {
313 applyRestriction(GlobalValue &GV, const ArrayRef<StringRef> &Libcalls, std::vector<const char*> &MustPreserveList, SmallPtrSet<GlobalValue*, 8> &AsmUsed, Mangler &Mangler) argument
[all...]
/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h127 SmallPtrSet<GlobalValue *, 8> &AsmUsed,

Completed in 133 milliseconds