Home
last modified time | relevance | path

Searched refs:StartLabel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp95 MCSymbol *StartLabel, MCSymbol *CurLabel, in createPCXRelExprOp() argument
98 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp()
227 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
241 OutStreamer->emitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts()
254 MCOperand hiImm = createPCXRelExprOp(ELF::R_SPARC_PC22, GOTLabel, StartLabel, in LowerGETPCXAndEmitMCInsts()
258 MCOperand loImm = createPCXRelExprOp(ELF::R_SPARC_PC10, GOTLabel, StartLabel, in LowerGETPCXAndEmitMCInsts()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp927 MCSymbol *StartLabel; in computeIP2StateTable() local
931 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
937 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
939 assert(StartLabel && "need local function start label"); in computeIP2StateTable()
941 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
1131 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member
1302 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
H A DDwarfDebug.cpp1718 const MCSymbol *StartLabel = in buildLocationList() local
1720 assert(StartLabel && in buildLocationList()
1770 if (StartLabel == EndLabel) { in buildLocationList()
1784 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList()
1796 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3579 LabelTy StartLabel = this->getLabel(); in VisitCXXNewExpr() local
3602 this->fallthrough(StartLabel); in VisitCXXNewExpr()
3603 this->emitLabel(StartLabel); in VisitCXXNewExpr()
3653 if (!this->jump(StartLabel)) in VisitCXXNewExpr()
5501 LabelTy StartLabel = this->getLabel(); in visitDoStmt() local
5506 this->fallthrough(StartLabel); in visitDoStmt()
5507 this->emitLabel(StartLabel); in visitDoStmt()
5521 if (!this->jumpTrue(StartLabel)) in visitDoStmt()