Searched refs:BlockStart (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 526 auto BlockStart = orc::ExecutorAddr(BlockSyms.front()->Value); in graphifyRegularSymbols() local 530 orc::ExecutorAddrDiff BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 531 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 546 BlockStart, NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 548 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 549 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 666 orc::ExecutorAddrDiff BlockStart = 0; in graphifyCStringSection() local 671 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() 674 {NSec.Data + BlockStart, BlockSize}, in graphifyCStringSection() 676 BlockStart % NSec.Alignment); in graphifyCStringSection() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 825 SourceLocation BlockStart) { in checkExportedDeclContext() argument 828 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext() 844 if (BlockStart.isValid()) in checkExportedDecl() 845 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 860 if (BlockStart.isValid()) in checkExportedDecl() 861 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 875 if (BlockStart.isValid()) in checkExportedDecl() 876 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 880 return checkExportedDeclContext(S, DC, BlockStart); in checkExportedDecl() 896 SourceLocation BlockStart = in ActOnFinishExportDecl() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1190 SlotIndex BlockStart, BlockEnd; in transferValues() local 1191 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1194 if (Start != BlockStart) { in transferValues() 1195 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1204 BlockStart = BlockEnd; in transferValues() 1208 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1209 while (BlockStart < End) { in transferValues() 1212 if (BlockStart == ParentVNI->def) { in transferValues() 1215 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1230 BlockStart = BlockEnd; in transferValues()
|
| H A D | LiveIntervals.cpp | 393 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 396 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 400 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 416 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 417 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
| H A D | AssignmentTrackingAnalysis.cpp | 224 unsigned BlockStart = VarLocRecords.size(); in init() local 240 if (BlockEnd != BlockStart) in init() 241 VarLocsBeforeInst[I] = {BlockStart, BlockEnd}; in init()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 97 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset() local 98 assert(FileOffset >= BlockStart); in pdbBlockOffset() 99 return FileOffset - BlockStart; in pdbBlockOffset()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 521 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 918 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1507 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1569 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1597 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 127 BlockStart, enumerator
|