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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 351 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),
1209 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base"));
1376 if (!DebugLocs.getLists().empty()) {
1379 DebugLocs.getSym(),
1842 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn);
2441 auto &&Comments = DebugLocs.getComments(Entry);
2451 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2452 DebugLocs.getBytes(Entry).size()),
2615 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
2616 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()
    [all...]
DwarfDebug.h 117 /// Index of the entry list in DebugLocs.
119 /// DW_OP_LLVM_tag_offset value from DebugLocs.
316 DebugLocStream DebugLocs;
785 const DebugLocStream &getDebugLocs() const { return DebugLocs; }

Completed in 16 milliseconds