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 390 SmallPtrSetImpl<GlobalValue*> &AsmUsed,
406 AsmUsed.insert(&GV);
415 AsmUsed.insert(&GV);
478 SmallPtrSet<GlobalValue*, 8> AsmUsed;
487 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler);
490 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler);
493 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler);
497 findUsedValues(LLVMCompilerUsed, AsmUsed);
501 if (!AsmUsed.empty()) {
504 for (auto *GV : AsmUsed) {
    [all...]
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 146 SmallPtrSetImpl<GlobalValue *> &AsmUsed,

Completed in 62 milliseconds