Home
last modified time | relevance | path

Searched refs:getLabelName (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceFixups.cpp44 return C->getLabelName(); in symbol()
DIceInstMIPS32.cpp267 Str << getLabelName() << ":"; in dump()
274 Str << getLabelName() << ":"; in emit()
482 Str << Label->getLabelName(); in emit()
487 Str << ", " << Label->getLabelName(); in emit()
535 Str << Label->getLabelName(); in dump()
540 Str << ", " << Label->getLabelName(); in dump()
DIceAssemblerMIPS32.h358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
DIceInstARM32.cpp2173 Str << Label->getLabelName(); in emit()
2214 Str << "label %" << Label->getLabelName(); in dump()
2222 Str << getPredicate() << ", label %" << Label->getLabelName(); in dump()
2295 Str << getLabelName() << ":"; in emit()
2312 Str << getLabelName() << ":"; in dump()
DIceELFObjectWriter.cpp550 GlobalString SymName = Const->getLabelName(); in writeConstantPool()
DIceInstX86BaseImpl.h460 Str << getLabelName() << ":"; in emit()
477 Str << getLabelName() << ":"; in dump()
494 Str << "\t" << Label->getLabelName(); in emit()
544 Str << "label %" << Label->getLabelName(); in dump()
553 Str << ", label %" << Label->getLabelName(); in dump()
DIceTargetLoweringX8664.cpp677 BuildDefs::dump() ? ReturnAddress->getLabelName().toString() : ""; in emitCallToTarget()
DIceOperand.h155 const GlobalString getLabelName() const { return LabelName; } in getLabelName() function
DIceAssemblerARM32.h153 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
DIceInstMIPS32.h780 GlobalString getLabelName() const { return Name; } in getLabelName() function
DIceInstARM32.h1083 GlobalString getLabelName() const { return Name; } in getLabelName() function
DIceTargetLoweringX86BaseImpl.h8017 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName());
8218 Str << C->getLabelName();
8226 Str << C->getLabelName();
8294 Str << Const->getLabelName();
DIceTargetLoweringMIPS32.cpp5782 Str << Const->getLabelName(); in emitConstant()
5953 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
DIceTargetLoweringARM32.cpp6496 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
7271 Str << Const->getLabelName(); in emitConstant()
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
584 if (getLabelName(i) == SymbolicName) in getNamedOperand()
DStmtPrinter.cpp480 OS << Node->getLabelName(i); in VisitGCCAsmStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h3127 StringRef getLabelName(unsigned i) const;