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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 322 // DIEDelta Implementation
327 void DIEDelta::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
333 unsigned DIEDelta::SizeOf(AsmPrinter *AP, dwarf::Form Form) const {
341 void DIEDelta::print(raw_ostream &O) const {
DIE.h 353 /// DIEDelta - A simple label difference DIE.
355 class DIEDelta : public DIEValue {
360 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo)
DwarfUnit.cpp 229 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
346 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
354 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
    [all...]

Completed in 65 milliseconds