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 337 // DIELabel Implementation
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); }
405 DIELabel(S.getSymbol()).EmitValue(AP, Form);
426 return DIELabel(S.getSymbol()).SizeOf(AP, Form);
DwarfCompileUnit.cpp 57 DIELabel(Label));
DwarfUnit.cpp 230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 167 /// DIELabel - A label DIE.
169 class DIELabel {
173 explicit DIELabel(const MCSymbol *L) : Label(L) {}
310 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 2216 milliseconds