Searched refs:DIELabel (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.cpp257 // DIELabel Implementation
262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
268 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const {
274 void DIELabel::print(raw_ostream &O) {
H A DDIE.h306 /// DIELabel - A label expression DIE.
308 class DIELabel : public DIEValue { class in namespace:llvm
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} function in class:llvm::DIELabel
326 static bool classof(const DIELabel *) { return true; }
H A DDwarfDebug.cpp1555 if (DIELabel *L = dyn_cast<DIELabel>(Values[i]))
H A DDwarfCompileUnit.cpp82 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp337 // 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);
H A DDwarfCompileUnit.cpp58 DIELabel(Label));
H A DDwarfUnit.cpp228 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
/external/llvm/include/llvm/CodeGen/
H A DDIE.h166 /// DIELabel - A label DIE.
168 class DIELabel { class in namespace:llvm
172 explicit DIELabel(const MCSymbol *L) : Label(L) {} function in class:llvm::DIELabel
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 391 milliseconds