/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 584 SourceLocation BlockStart); 633 SourceLocation BlockStart) { in diagExportedUnnamedDecl() argument 634 S.Diag(D->getLocation(), getUnnamedDeclDiag(UDK, BlockStart.isValid())) in diagExportedUnnamedDecl() 636 if (BlockStart.isValid()) in diagExportedUnnamedDecl() 637 S.Diag(BlockStart, diag::note_export); in diagExportedUnnamedDecl() 641 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) { in checkExportedDecl() argument 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() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 490 JITTargetAddress BlockStart = BlockSyms.front()->Value; in graphifyRegularSymbols() local 494 JITTargetAddress BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 495 JITTargetAddress BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 498 dbgs() << " Creating block for " << formatv("{0:x16}", BlockStart) in graphifyRegularSymbols() 509 StringRef(NSec.Data + BlockOffset, BlockSize), BlockStart, in graphifyRegularSymbols() 510 NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 512 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 513 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 540 ? G->addDefinedSymbol(B, NSym.Value - BlockStart, *NSym.Name, in graphifyRegularSymbols() 543 : G->addAnonymousSymbol(B, NSym.Value - BlockStart, in graphifyRegularSymbols()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 452 JITTargetAddress BlockStart = BlockSyms.front()->Value; in graphifyRegularSymbols() local 456 JITTargetAddress BlockOffset = BlockStart - NSec.Address; in graphifyRegularSymbols() 457 JITTargetAddress BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 460 dbgs() << " Creating block for " << formatv("{0:x16}", BlockStart) in graphifyRegularSymbols() 471 StringRef(NSec.Data + BlockOffset, BlockSize), BlockStart, in graphifyRegularSymbols() 472 NSec.Alignment, BlockStart % NSec.Alignment) in graphifyRegularSymbols() 474 BlockStart, NSec.Alignment, in graphifyRegularSymbols() 475 BlockStart % NSec.Alignment); in graphifyRegularSymbols() 502 ? G->addDefinedSymbol(B, NSym.Value - BlockStart, *NSym.Name, in graphifyRegularSymbols() 505 : G->addAnonymousSymbol(B, NSym.Value - BlockStart, in graphifyRegularSymbols()
|
/external/brotli/csharp/org/brotli/dec/ |
D | RunningState.cs | 13 internal const int BlockStart = 1; field in Org.Brotli.Dec.RunningState
|
D | State.cs | 153 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in SetInput()
|
D | Decode.cs | 618 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in CopyUncompressedData() 634 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in CopyUncompressedData() 678 case Org.Brotli.Dec.RunningState.BlockStart: in Decompress() 704 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in Decompress() 949 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in Decompress()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 973 SlotIndex BlockStart, BlockEnd; in transferValues() local 974 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 977 if (Start != BlockStart) { in transferValues() 978 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 987 BlockStart = BlockEnd; in transferValues() 991 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 992 while (BlockStart < End) { in transferValues() 995 if (BlockStart == ParentVNI->def) { in transferValues() 998 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1013 BlockStart = BlockEnd; in transferValues()
|
D | LiveIntervalAnalysis.cpp | 367 SlotIndex BlockStart = Indexes.getMBBStartIdx(MBB); in extendSegmentsToUses() local 370 if (VNInfo *ExtVNI = LR.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 374 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 390 DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 391 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | X86Counter.cpp | 94 const uint64_t BlockStart = From == nullptr in parseDataBuffer() local 101 if (BlockStart <= Entry.from && BlockEnd >= Entry.to) in parseDataBuffer()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1187 SlotIndex BlockStart, BlockEnd; in transferValues() local 1188 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1191 if (Start != BlockStart) { in transferValues() 1192 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1201 BlockStart = BlockEnd; in transferValues() 1205 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1206 while (BlockStart < End) { in transferValues() 1209 if (BlockStart == ParentVNI->def) { in transferValues() 1212 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1227 BlockStart = BlockEnd; in transferValues()
|
D | LiveIntervals.cpp | 402 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 405 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 409 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 425 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 426 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1175 SlotIndex BlockStart, BlockEnd; in transferValues() local 1176 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1179 if (Start != BlockStart) { in transferValues() 1180 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1189 BlockStart = BlockEnd; in transferValues() 1193 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1194 while (BlockStart < End) { in transferValues() 1197 if (BlockStart == ParentVNI->def) { in transferValues() 1200 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1215 BlockStart = BlockEnd; in transferValues()
|
D | LiveIntervals.cpp | 395 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 398 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 402 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 418 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 419 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
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()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | Editline.h | 126 BlockStart, enumerator
|
/external/llvm-project/lldb/source/Host/common/ |
D | Editline.cpp | 509 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 907 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1442 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1531 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1557 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|