Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp285 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()
DDIE.h337 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
DDwarfCompileUnit.cpp87 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addDelta()