Home
last modified time | relevance | path

Searched refs:VSTOffset (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp491 uint64_t VSTOffset = 0; member in __anon9c8db84c0411::BitcodeReader
780 uint64_t VSTOffset = 0; member in __anon9c8db84c0411::ModuleSummaryIndexBitcodeReader
3456 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()
3463 assert(VSTOffset > 0); in parseModule()
3498 if (VSTOffset > 0) { in parseModule()
3503 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()
3642 VSTOffset = Record[0] - 1; in parseModule()
5215 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()
5539 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()
5556 if (VSTOffset > 0) { in parseModule()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp197 uint64_t VSTOffset = 0; member in __anonecb5182a0111::BitcodeReader
494 uint64_t VSTOffset = 0; member in __anonecb5182a0111::ModuleSummaryIndexBitcodeReader
3603 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()
3610 assert(VSTOffset > 0); in parseModule()
3645 if (VSTOffset > 0) { in parseModule()
3651 BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()
4014 VSTOffset = Record[0]; in parseModule()
5655 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()
6004 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()
6011 assert(VSTOffset > 0 && "Expected non-zero VST offset"); in parseModule()
[all …]
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp490 uint64_t VSTOffset = 0; member in __anon6307d9380411::BitcodeReader
782 uint64_t VSTOffset = 0; member in __anon6307d9380411::ModuleSummaryIndexBitcodeReader
3547 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()
3554 assert(VSTOffset > 0); in parseModule()
3591 if (VSTOffset > 0) { in parseModule()
3596 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()
3740 VSTOffset = Record[0] - 1; in parseModule()
5386 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()
5743 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()
5760 if (VSTOffset > 0) { in parseModule()
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2695 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeValueSymbolTable() local
2698 VSTOffset -= bitcodeStartBit(); in writeValueSymbolTable()
2699 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeValueSymbolTable()
2700 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeValueSymbolTable()
2811 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeCombinedValueSymbolTable() local
2812 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeCombinedValueSymbolTable()
2813 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeCombinedValueSymbolTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3054 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local
3056 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()
3057 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()
3061 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3132 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local
3134 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()
3135 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()
3139 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()