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

  /external/llvm/include/llvm/CodeGen/
DIE.h 186 /// DIEDelta - A simple label difference DIE.
188 class DIEDelta {
193 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
311 DIEDelta *, DIEEntry, DIETypeSignature,
  /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 376 new (DIEValueAllocator) DIEDelta(Hi, Lo));
DwarfUnit.cpp 264 new (DIEValueAllocator) DIEDelta(Hi, Lo));
    [all...]

Completed in 1429 milliseconds