HomeSort by relevance Sort by last modified time
    Searched defs:BackpatchWord (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 105 void BackpatchWord(uint64_t BitNo, unsigned NewWord) {
247 BackpatchWord(BitNo, SizeInWords);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h 167 // BackpatchWord - Backpatch a 32-bit word in the output with the specified
169 void BackpatchWord(unsigned ByteNo, unsigned NewWord) {
246 BackpatchWord(ByteNo, SizeInWords);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitstreamWriter.h 105 void BackpatchWord(uint64_t BitNo, unsigned NewWord) {
116 BackpatchWord(BitNo, (uint32_t)Val);
117 BackpatchWord(BitNo + 32, (uint32_t)(Val >> 32));
243 BackpatchWord(BitNo, SizeInWords);

Completed in 70 milliseconds