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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 294 // DIELabel Implementation
299 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
308 unsigned DIELabel::SizeOf(AsmPrinter *AP, dwarf::Form Form) const {
316 void DIELabel::print(raw_ostream &O) const {
DIE.h 324 /// DIELabel - A label DIE.
326 class DIELabel : public DIEValue {
330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
DwarfUnit.cpp 226 Value = new (DIEValueAllocator) DIELabel(Symb);
256 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
308 Label ? (DIEValue *)new (DIEValueAllocator) DIELabel(Label)
    [all...]

Completed in 220 milliseconds