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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 335 /// DIEDelta - A simple label difference DIE.
337 class DIEDelta : public DIEValue {
341 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo)
353 static bool classof(const DIEDelta *) { return true; }
DIE.cpp 280 // DIEDelta Implementation
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const {
291 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const {
297 void DIEDelta::print(raw_ostream &O) {
DwarfCompileUnit.cpp 90 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 185 /// DIEDelta - A simple label difference DIE.
187 class DIEDelta {
192 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 362 // DIEDelta Implementation
367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
373 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
381 void DIEDelta::print(raw_ostream &O) const {
DwarfCompileUnit.cpp 389 new (DIEValueAllocator) DIEDelta(Hi, Lo));
    [all...]
DwarfUnit.cpp 262 new (DIEValueAllocator) DIEDelta(Hi, Lo));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 506 // DIEDelta Implementation
511 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
517 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
525 void DIEDelta::print(raw_ostream &O) const {
DwarfUnit.cpp 323 new (DIEValueAllocator) DIEDelta(Hi, Lo));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 236 class DIEDelta {
241 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
352 DIEDelta *, DIEEntry, DIEBlock *,

Completed in 256 milliseconds