Searched defs:DIELabel (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
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; }
/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 94 milliseconds