Searched refs:BlockStart (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 636 if (BlockStart.isValid()) in diagExportedUnnamedDecl() 637 S.Diag(BlockStart, diag::note_export); in diagExportedUnnamedDecl() 645 diagExportedUnnamedDecl(S, *UDK, D, BlockStart); in checkExportedDecl() 653 if (BlockStart.isValid()) in checkExportedDecl() 654 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 666 if (BlockStart.isValid()) in checkExportedDecl() 667 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 684 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext() 697 SourceLocation BlockStart = in ActOnFinishExportDecl() local 700 if (checkExportedDecl(*this, Child, BlockStart)) { in ActOnFinishExportDecl() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 506 JITTargetAddress BlockStart = BlockSyms.front()->Value; in graphifyRegularSymbols() local 510 JITTargetAddress BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 511 JITTargetAddress BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 526 BlockStart, NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 528 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 529 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 646 JITTargetAddress BlockStart = 0; in graphifyCStringSection() local 652 size_t BlockSize = BlockEnd - BlockStart; in graphifyCStringSection() 655 {NSec.Data + BlockStart, BlockSize}, in graphifyCStringSection() 656 NSec.Address + BlockStart, 1, 0); in graphifyCStringSection() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1182 SlotIndex BlockStart, BlockEnd; in transferValues() local 1183 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1186 if (Start != BlockStart) { in transferValues() 1187 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1196 BlockStart = BlockEnd; in transferValues() 1200 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1201 while (BlockStart < End) { in transferValues() 1204 if (BlockStart == ParentVNI->def) { in transferValues() 1207 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1222 BlockStart = BlockEnd; in transferValues()
|
| H A D | LiveIntervals.cpp | 405 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 408 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 412 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 428 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 429 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 95 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset() local 96 assert(FileOffset >= BlockStart); in pdbBlockOffset() 97 return FileOffset - BlockStart; in pdbBlockOffset()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 515 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 910 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1480 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1542 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1568 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 125 BlockStart, enumerator
|