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

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocList.h 15 #include "DebugLocEntry.h"
20 SmallVector<DebugLocEntry, 4> List;
DebugLocEntry.h 1 //===-- llvm/CodeGen/DebugLocEntry.h - Entry in debug_loc list -*- C++ -*--===//
21 class DebugLocEntry {
97 DebugLocEntry() : Begin(nullptr), End(nullptr), Unit(nullptr) {}
98 DebugLocEntry(const MCSymbol *B, const MCSymbol *E,
104 /// \brief Attempt to merge this DebugLocEntry with Next and return
108 bool Merge(const DebugLocEntry &Next) {
DwarfDebug.h 21 #include "DebugLocEntry.h"
209 // Collection of DebugLocEntry. Stored in a linked list so that DIELocLists
643 void emitDebugLocEntry(ByteStreamer &Streamer, const DebugLocEntry &Entry);
646 void emitDebugLocEntryLocation(const DebugLocEntry &Entry);
DwarfDebug.cpp     [all...]

Completed in 255 milliseconds