Searched refs:StartLabel (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 88 MCSymbol *GOTLabel, MCSymbol *StartLabel, in createPCXRelExprOp() argument 93 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp() 232 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local 246 OutStreamer->emitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts() 260 GOTLabel, StartLabel, SethiLabel, in LowerGETPCXAndEmitMCInsts() 265 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 925 MCSymbol *StartLabel; in computeIP2StateTable() local 929 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 935 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable() 937 assert(StartLabel && "need local function start label"); in computeIP2StateTable() 939 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable() 1129 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member 1300 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
|
H A D | DwarfDebug.cpp | 1708 const MCSymbol *StartLabel = in buildLocationList() local 1710 assert(StartLabel && in buildLocationList() 1760 if (StartLabel == EndLabel) { in buildLocationList() 1774 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList() 1776 const MCSymbol *BeginSectionLabel = StartLabel; in buildLocationList() 1790 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4377 LabelTy StartLabel = this->getLabel(); in visitDoStmt() local 4383 this->fallthrough(StartLabel); in visitDoStmt() 4384 this->emitLabel(StartLabel); in visitDoStmt() 4395 if (!this->jumpTrue(StartLabel)) in visitDoStmt()
|