Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp449 uint64_t VSTOffset = 0; member in __anonc13c2b0b0411::BitcodeReader
700 uint64_t VSTOffset = 0; member in __anonc13c2b0b0411::ModuleSummaryIndexBitcodeReader
3150 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()
3157 assert(VSTOffset > 0); in parseModule()
3192 if (VSTOffset > 0) { in parseModule()
3197 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()
3334 VSTOffset = Record[0] - 1; in parseModule()
4668 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()
4979 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()
4996 if (VSTOffset > 0) { in parseModule()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp197 uint64_t VSTOffset = 0; member in __anone7aefbb30111::BitcodeReader
494 uint64_t VSTOffset = 0; member in __anone7aefbb30111::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/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-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2914 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local
2916 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()
2917 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()
2921 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()