HomeSort by: relevance | last modified time | path
    Searched refs:UseRangesSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 363 bool UseRangesSection = true;
707 bool useRangesSection() const { return UseRangesSection; }
DwarfDebug.cpp 411 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX();
1356 if (NumRanges > 1 && useRangesSection())
3011 assert(useRangesSection());
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 1180 const bool UseRangesSection =
1183 CreateDwarfSectionSymbols |= UseRangesSection;
1201 if (UseRangesSection) {

Completed in 28 milliseconds