Searched refs:EndSym (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 278 auto EndSym = getContainerEnd(State, ContReg); in handleEnd() local 279 if (!EndSym) { in handleEnd() 282 EndSym = getContainerEnd(State, ContReg); in handleEnd() 394 if (const auto EndSym = CData->getEnd()) { in handleClear() local 429 if (const auto EndSym = CData->getEnd()) { in handlePushBack() local 438 nonloc::SymbolVal(EndSym), in handlePushBack() 461 if (const auto EndSym = CData->getEnd()) { in handlePopBack() local 467 nonloc::SymbolVal(EndSym), in handlePopBack() 581 if (const auto EndSym = CData->getEnd()) { in handleInsert() local 613 if (const auto EndSym = CData->getEnd()) { in handleErase() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 97 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { in startEntry() argument 98 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()}); in startEntry()
|
| H A D | WinException.cpp | 1307 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() local 1308 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 189 MCSymbol *EndSym = OutContext.createTempSymbol("cfi_func_end"); in emitKCFITypeId() local 190 OutStreamer->emitLabel(EndSym); in emitKCFITypeId() 193 MCSymbolRefExpr::create(EndSym, OutContext), in emitKCFITypeId()
|