Searched defs:EndLabel (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp29 MCSymbol *EndLabel = local
49 MCSymbol *EndLabel = nullptr; local
H A DEHStreamer.h64 MCSymbol *EndLabel; // Null indicates the end of the function. member in struct:llvm::EHStreamer::CallSiteEntry
H A DDwarfUnit.h47 MCSymbol *EndLabel = nullptr; member in class:llvm::DwarfUnit
H A DEHStreamer.cpp198 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; local
719 MCSymbol *EndLabel = S.EndLabel; local
[all...]
H A DWinException.cpp1126 const MCSymbol *EndLabel; // End of protected region member in struct:ClrClause
625 emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, const MCSymbol *BeginLabel, const MCSymbol *EndLabel, int State) argument
H A DDwarfCompileUnit.cpp627 auto *EndLabel = DD->getLabelAfterInsn(R.second); local
H A DCodeViewDebug.cpp1220 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); local
3119 *EndLabel = MMI->getContext().createTempSymbol(); local
3127 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { argument
3142 *EndLabel = MMI->getContext().createTempSymbol(); local
3273 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); local
3287 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp304 LabelTy EndLabel = this->getLabel(); // Label after the loop. local
329 LabelTy EndLabel = this->getLabel(); local
353 LabelTy EndLabel = this->getLabel(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp223 MCSymbol *EndLabel = OutContext.createTempSymbol(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h135 MCSymbol *BeginLabel, *EndLabel; member in struct:llvm::AsmPrinter::MBBSectionRange
/openbsd-current/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp332 MCSymbol *EndLabel = Asm->createTempSymbol("Earange"); local
642 MCSymbol *EndLabel = MC->createTempSymbol(); local
723 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); local
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h202 void setEndLabel(MCSymbol *EndLabel) { argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp756 addInvoke(MachineBasicBlock *LandingPad, MCSymbol *BeginLabel, MCSymbol *EndLabel) argument
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp144 void MCLineSection::addEndEntry(MCSymbol *EndLabel) { argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7837 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); local

Completed in 468 milliseconds