HomeSort by relevance Sort by last modified time
    Searched refs:AsmUsed (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 323 SmallPtrSetImpl<GlobalValue*> &AsmUsed,
339 AsmUsed.insert(&GV);
348 AsmUsed.insert(&GV);
410 SmallPtrSet<GlobalValue*, 8> AsmUsed;
418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler);
420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler);
422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler);
426 findUsedValues(LLVMCompilerUsed, AsmUsed);
430 if (!AsmUsed.empty()) {
433 for (auto *GV : AsmUsed) {
    [all...]
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 160 SmallPtrSetImpl<GlobalValue *> &AsmUsed,

Completed in 675 milliseconds