Home
last modified time | relevance | path

Searched defs:getLabelName (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceOperand.h155 const GlobalString getLabelName() const { return LabelName; } in getLabelName() function
DIceInstMIPS32.h780 GlobalString getLabelName() const { return Name; } in getLabelName() function
DIceInstARM32.h1083 GlobalString getLabelName() const { return Name; } in getLabelName() function
DIceInstX86Base.h353 GlobalString getLabelName() const { return Name; } in getLabelName() function
/external/llvm-project/clang/lib/AST/
DStmt.cpp523 StringRef GCCAsmStmt::getLabelName(unsigned i) const { in getLabelName() function in GCCAsmStmt