Home
last modified time | relevance | path

Searched refs:EndSym (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp286 auto EndSym = getContainerEnd(State, ContReg); in handleEnd() local
287 if (!EndSym) { in handleEnd()
290 EndSym = getContainerEnd(State, ContReg); in handleEnd()
293 IteratorPosition::getPosition(ContReg, EndSym)); in handleEnd()
403 if (const auto EndSym = CData->getEnd()) { in handleClear() local
405 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE); in handleClear()
438 if (const auto EndSym = CData->getEnd()) { in handlePushBack() local
440 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handlePushBack()
447 nonloc::SymbolVal(EndSym), in handlePushBack()
449 SymMgr.getType(EndSym)).getAsSymbol(); in handlePushBack()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h97 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) {
98 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()}); in startEntry() argument
H A DWinException.cpp1309 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() local
1310 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp231 MCSymbol *EndSym = OutContext.createTempSymbol("cfi_func_end"); in emitKCFITypeId() local
232 OutStreamer->emitLabel(EndSym); in emitKCFITypeId()
235 MCSymbolRefExpr::create(EndSym, OutContext), in emitKCFITypeId()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2139 MCSymbol *EndSym = nullptr; in emitPtrauthAuthResign() local
2143 EndSym = createTempSymbol("resign_end_"); in emitPtrauthAuthResign()
2147 ShouldTrap, EndSym); in emitPtrauthAuthResign()
2174 if (EndSym) in emitPtrauthAuthResign()
2175 OutStreamer->emitLabel(EndSym); in emitPtrauthAuthResign()