Searched refs:StartLabel (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 87 MCSymbol *GOTLabel, MCSymbol *StartLabel, in createPCXRelExprOp() argument 92 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp() 222 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local 236 OutStreamer->emitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts() 241 GOTLabel, StartLabel, SethiLabel, in LowerGETPCXAndEmitMCInsts() 246 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 328 LabelTy StartLabel = this->getLabel(); in visitDoStmt() local 333 this->emitLabel(StartLabel); in visitDoStmt() 339 if (!this->jumpTrue(StartLabel)) in visitDoStmt()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 921 MCSymbol *StartLabel; in computeIP2StateTable() local 925 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 931 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable() 933 assert(StartLabel && "need local function start label"); in computeIP2StateTable() 935 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable() 1125 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member 1296 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
|
| H A D | DwarfDebug.cpp | 1691 const MCSymbol *StartLabel = in buildLocationList() local 1693 assert(StartLabel && in buildLocationList() 1743 if (StartLabel == EndLabel) { in buildLocationList() 1757 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList() 1759 const MCSymbol *BeginSectionLabel = StartLabel; in buildLocationList() 1773 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
|