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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 290 // DIELabel Implementation
295 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
301 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const {
309 void DIELabel::print(raw_ostream &O) const {
DIE.h 299 /// DIELabel - A label DIE.
301 class DIELabel : public DIEValue {
304 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
DwarfCompileUnit.cpp 140 Value = new (DIEValueAllocator) DIELabel(Symb);
162 Value = new (DIEValueAllocator) DIELabel(Symb);
182 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
193 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 4869 milliseconds