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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h269 /// DIELabel - A label expression DIE.
271 class DIELabel : public DIEValue { class in namespace:llvm
274 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} function in class:llvm::DIELabel
289 static bool classof(const DIELabel *) { return true; }

Completed in 55 milliseconds