Searched refs:BlockStart (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 833 if (BlockStart.isValid()) in diagExportedUnnamedDecl() 834 S.Diag(BlockStart, diag::note_export); in diagExportedUnnamedDecl() 842 diagExportedUnnamedDecl(S, *UDK, D, BlockStart); in checkExportedDecl() 852 if (BlockStart.isValid()) in checkExportedDecl() 853 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 867 if (BlockStart.isValid()) in checkExportedDecl() 868 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 892 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext() 905 SourceLocation BlockStart = in ActOnFinishExportDecl() local 908 if (checkExportedDecl(*this, Child, BlockStart)) { in ActOnFinishExportDecl() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 502 auto BlockStart = orc::ExecutorAddr(BlockSyms.front()->Value); in graphifyRegularSymbols() local 506 orc::ExecutorAddrDiff BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 507 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 522 BlockStart, NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 524 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 525 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 642 orc::ExecutorAddrDiff BlockStart = 0; in graphifyCStringSection() local 647 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() 650 {NSec.Data + BlockStart, BlockSize}, in graphifyCStringSection() 652 BlockStart % NSec.Alignment); in graphifyCStringSection() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | X86Counter.cpp | 98 const uint64_t BlockStart = From == nullptr in parseDataBuffer() local 105 if (BlockStart <= Entry.from && BlockEnd >= Entry.to) in parseDataBuffer()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1177 SlotIndex BlockStart, BlockEnd; in transferValues() local 1178 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1181 if (Start != BlockStart) { in transferValues() 1182 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1191 BlockStart = BlockEnd; in transferValues() 1195 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1196 while (BlockStart < End) { in transferValues() 1199 if (BlockStart == ParentVNI->def) { in transferValues() 1202 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1217 BlockStart = BlockEnd; in transferValues()
|
| H A D | LiveIntervals.cpp | 398 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 401 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 405 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 421 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 422 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 98 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset() local 99 assert(FileOffset >= BlockStart); in pdbBlockOffset() 100 return FileOffset - BlockStart; in pdbBlockOffset()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Editline.cpp | 519 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 914 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1493 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1555 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1583 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | Editline.h | 125 BlockStart, enumerator
|