Searched refs:BlockStart (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 517 auto BlockStart = orc::ExecutorAddr(BlockSyms.front()->Value); in graphifyRegularSymbols() local 521 orc::ExecutorAddrDiff BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 522 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 525 dbgs() << " Creating block for " << formatv("{0:x16}", BlockStart) in graphifyRegularSymbols() 537 BlockStart, NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 539 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 540 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 657 orc::ExecutorAddrDiff BlockStart = 0; in graphifyCStringSection() local 662 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() 665 {NSec.Data + BlockStart, BlockSize}, in graphifyCStringSection() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 935 SourceLocation BlockStart) { in checkExportedDeclContext() argument 938 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext() 943 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) { in checkExportedDecl() argument 964 if (BlockStart.isValid()) in checkExportedDecl() 965 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 980 if (BlockStart.isValid()) in checkExportedDecl() 981 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 995 if (BlockStart.isValid()) in checkExportedDecl() 996 S.Diag(BlockStart, diag::note_export); in checkExportedDecl() 1000 return checkExportedDeclContext(S, DC, BlockStart); in checkExportedDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1225 SlotIndex BlockStart, BlockEnd; in transferValues() local 1226 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1229 if (Start != BlockStart) { in transferValues() 1230 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1239 BlockStart = BlockEnd; in transferValues() 1243 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1244 while (BlockStart < End) { in transferValues() 1247 if (BlockStart == ParentVNI->def) { in transferValues() 1250 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1265 BlockStart = BlockEnd; in transferValues()
|
| H A D | LiveIntervals.cpp | 434 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 437 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 441 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 457 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 458 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
| H A D | AssignmentTrackingAnalysis.cpp | 227 unsigned BlockStart = VarLocRecords.size(); in init() local 244 if (BlockEnd != BlockStart) in init() 245 VarLocsBeforeInst[I] = {BlockStart, BlockEnd}; in init()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 529 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 942 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1607 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1672 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1702 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 127 BlockStart, enumerator
|