/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 31 size_t tell() const { return NextOffset; } in tell() 35 size_t Offset = NextOffset; in allocateCallback() 36 NextOffset += Size; in allocateCallback() 76 size_t NextOffset = 0; member in __anona7a0e90a0111::BlobAllocator 111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 31 size_t tell() const { return NextOffset; } in tell() 35 size_t Offset = NextOffset; in allocateCallback() 36 NextOffset += Size; in allocateCallback() 76 size_t NextOffset = 0; member in __anon8105def60111::BlobAllocator 111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 263 CharUnits NextOffset = NewOffset.alignTo(Fields[0].Align); in calculateOptimalPad() local 264 NewPad += NextOffset - NewOffset; in calculateOptimalPad() 265 NewOffset = NextOffset; in calculateOptimalPad()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 294 CharUnits NextOffset = NewOffset.alignTo(Fields[0].Align); in calculateOptimalPad() local 295 NewPad += NextOffset - NewOffset; in calculateOptimalPad() 296 NewOffset = NextOffset; in calculateOptimalPad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkParser.cpp | 46 size_t NextOffset = in operator []() local 48 return StringRef(Buffer.data() + Offset, NextOffset - Offset - 1); in operator []()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | RemarkParser.cpp | 46 size_t NextOffset = in operator []() local 48 return StringRef(Buffer.data() + Offset, NextOffset - Offset - 1); in operator []()
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 242 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents() local 243 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset)); in GetAllDyLibComponents() 244 if (NextOffset == std::string::npos) { in GetAllDyLibComponents() 247 Offset = NextOffset + 1; in GetAllDyLibComponents()
|
/external/llvm-project/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 266 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents() local 267 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents() 268 if (NextOffset == std::string::npos) { in GetAllDyLibComponents() 271 Offset = NextOffset + 1; in GetAllDyLibComponents()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 110 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local 112 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 138 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local 140 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 151 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local 153 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 781 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() local 782 NextOffset = alignTo(NextOffset, 4); in printCodeViewSymbolSection() 783 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection() 785 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1558 unsigned NextOffset; in getFileIDSize() local 1560 NextOffset = getNextLocalOffset(); in getFileIDSize() 1562 NextOffset = MaxLoadedOffset; in getFileIDSize() 1564 NextOffset = getSLocEntry(FileID::get(ID+1)).getOffset(); in getFileIDSize() 1566 return NextOffset - Entry.getOffset() - 1; in getFileIDSize()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 1568 unsigned NextOffset; in getFileIDSize() local 1570 NextOffset = getNextLocalOffset(); in getFileIDSize() 1572 NextOffset = MaxLoadedOffset; in getFileIDSize() 1574 NextOffset = getSLocEntry(FileID::get(ID+1)).getOffset(); in getFileIDSize() 1576 return NextOffset - Entry.getOffset() - 1; in getFileIDSize()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1019 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() local 1020 NextOffset = alignTo(NextOffset, 4); in printCodeViewSymbolSection() 1021 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection() 1024 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1383 uint64_t NextOffset = (Idx + 1 < U.getNumDIEs()) in cloneDIE() local 1391 SmallString<40> DIECopy(Data.getData().substr(Offset, NextOffset - Offset)); in cloneDIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5186 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() local 5187 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro() 5189 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro() 5233 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro() local 5234 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandStoreDM1Macro() 5236 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandStoreDM1Macro()
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5296 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() local 5297 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro() 5299 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro() 5343 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro() local 5344 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandStoreDM1Macro() 5346 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandStoreDM1Macro()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2739 uint32_t NextOffset = in cloneDIE() local 2748 SmallString<40> DIECopy(Data.getData().substr(Offset, NextOffset - Offset)); in cloneDIE()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2027 unsigned NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock() local 2029 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock() 2030 Record.push_back(NextOffset - SLoc->getOffset() - 1); in WriteSourceManagerBlock()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2039 unsigned NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock() local 2041 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock() 2042 Record.push_back(NextOffset - SLoc->getOffset() - 1); in WriteSourceManagerBlock()
|