Searched refs:DIEDelta (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 337 class DIEDelta : public DIEValue { 341 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) in DIEDelta() function 353 static bool classof(const DIEDelta *) { return true; } in classof() argument
|
D | DIE.cpp | 285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() 291 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf() 297 void DIEDelta::print(raw_ostream &O) { in print()
|
D | DwarfCompileUnit.cpp | 90 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addDelta()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 373 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 381 void DIEDelta::print(raw_ostream &O) const { in print()
|
D | DwarfCompileUnit.cpp | 389 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()
|
D | DwarfUnit.cpp | 262 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 187 class DIEDelta { 192 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {} in DIEDelta() function 291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 511 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 517 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 525 void DIEDelta::print(raw_ostream &O) const { in print()
|
D | DwarfUnit.cpp | 323 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta() 1711 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 236 class DIEDelta { 241 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {} in DIEDelta() function 352 DIEDelta *, DIEEntry, DIEBlock *,
|