Home
last modified time | relevance | path

Searched refs:VSTOffsetPlaceholder (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp80 uint64_t VSTOffsetPlaceholder = 0; member in __anon7b2743030111::BitcodeWriter
100 bool hasVSTOffsetPlaceholder() { return VSTOffsetPlaceholder != 0; } in hasVSTOffsetPlaceholder()
1048 VSTOffsetPlaceholder = Stream.GetCurrentBitNo() - 32; in writeValueSymbolTableForwardDecl()
2700 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeValueSymbolTable()
2813 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeCombinedValueSymbolTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp174 uint64_t VSTOffsetPlaceholder = 0; member in __anonde4b3c650111::ModuleBitcodeWriterBase
1130 VSTOffsetPlaceholder = Stream.GetCurrentBitNo() - 32; in writeValueSymbolTableForwardDecl()
3061 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()