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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 273 bool UseRangesSection = true;
550 bool useRangesSection() const { return UseRangesSection; }
DwarfCompileUnit.cpp 437 if (Ranges.size() == 1 || !DD->useRangesSection()) {
    [all...]
DwarfDebug.cpp 359 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX();
814 if (NumRanges > 1 && useRangesSection())
    [all...]

Completed in 648 milliseconds