Searched defs:DotDebugLocEntry (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 95 DotDebugLocEntry() : Begin(0), End(0), Variable(0), Merged(false) { in DotDebugLocEntry() function 98 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, MachineLocation &L, in DotDebugLocEntry() function 104 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, int64_t i) in DotDebugLocEntry() function 109 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, const ConstantFP *FPtr) in DotDebugLocEntry() function 114 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, in DotDebugLocEntry() function
|