Home
last modified time | relevance | path

Searched defs:DotDebugLocEntry (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h65 typedef struct DotDebugLocEntry { struct
85 DotDebugLocEntry() in DotDebugLocEntry() argument
88 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, MachineLocation &L, in DotDebugLocEntry() function
92 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, int64_t i) in DotDebugLocEntry() function
95 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, const ConstantFP *FPtr) in DotDebugLocEntry() function
98 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, const ConstantInt *IPtr) in DotDebugLocEntry() function
106 void Merge(DotDebugLocEntry *Next) { in Merge() argument
119 } DotDebugLocEntry; argument