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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h324 /// DIELabel - A label DIE.
326 class DIELabel : public DIEValue { class in namespace:llvm
330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} function in class:llvm::DIELabel

Completed in 72 milliseconds