Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() function
326 static bool classof(const DIELabel *) { return true; } in classof()
/external/llvm/include/llvm/CodeGen/
DDIE.h172 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h222 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function