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.cpp283 auto EndSym = getContainerEnd(State, ContReg); in handleEnd() local
284 if (!EndSym) { in handleEnd()
287 EndSym = getContainerEnd(State, ContReg); in handleEnd()
290 IteratorPosition::getPosition(ContReg, EndSym)); in handleEnd()
399 if (const auto EndSym = CData->getEnd()) { in handleClear() local
401 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE); in handleClear()
434 if (const auto EndSym = CData->getEnd()) { in handlePushBack() local
436 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handlePushBack()
443 nonloc::SymbolVal(EndSym), in handlePushBack()
445 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.cpp1307 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() local
1308 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp188 MCSymbol *EndSym = OutContext.createTempSymbol("cfi_func_end"); in emitKCFITypeId() local
189 OutStreamer->emitLabel(EndSym); in emitKCFITypeId()
192 MCSymbolRefExpr::create(EndSym, OutContext), in emitKCFITypeId()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1891 MCSymbol *EndSym = nullptr; in emitPtrauthAuthResign() local
1948 EndSym = createTempSymbol("resign_end_"); in emitPtrauthAuthResign()
1953 EndSym, OutContext))); in emitPtrauthAuthResign()
1995 if (EndSym) in emitPtrauthAuthResign()
1996 OutStreamer->emitLabel(EndSym); in emitPtrauthAuthResign()