Searched refs:DotDebugLocEntry (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 65 typedef struct DotDebugLocEntry { struct 85 DotDebugLocEntry() in DotDebugLocEntry() argument 88 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, MachineLocation &L, in DotDebugLocEntry() argument 92 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, int64_t i) in DotDebugLocEntry() argument 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() argument 106 void Merge(DotDebugLocEntry *Next) { in Merge() argument 119 } DotDebugLocEntry; argument 240 SmallVector<DotDebugLocEntry, 4> DotDebugLocEntries;
|
D | DwarfDebug.cpp | 848 static DotDebugLocEntry getDebugLocEntry(AsmPrinter *Asm, in getDebugLocEntry() 856 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry() 861 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry() 864 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getImm()); in getDebugLocEntry() 866 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getFPImm()); in getDebugLocEntry() 868 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getCImm()); in getDebugLocEntry() 871 return DotDebugLocEntry(); in getDebugLocEntry() 969 DotDebugLocEntries.push_back(DotDebugLocEntry()); in collectVariableInfo() 1815 for (SmallVector<DotDebugLocEntry, 4>::iterator in emitDebugLoc() 1818 DotDebugLocEntry &Entry = *I; in emitDebugLoc() [all …]
|