Home
last modified time | relevance | path

Searched refs:DIEDelta (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp367 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()
DDwarfCompileUnit.cpp376 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()
DDwarfUnit.cpp264 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
/external/llvm/include/llvm/CodeGen/
DDIE.h188 class DIEDelta {
193 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {} in DIEDelta() function
311 DIEDelta *, DIEEntry, DIETypeSignature,