Searched refs:write16be (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | SemanticHighlighting.cpp | 368 void write16be(uint16_t I, llvm::raw_ostream &OS) { in write16be() function 370 llvm::support::endian::write16be(Buf.data(), I); in write16be() 617 write16be(Token.R.end.character - Token.R.start.character, OS); in toTheiaSemanticHighlightingInformation() 618 write16be(static_cast<int>(Token.Kind), OS); in toTheiaSemanticHighlightingInformation()
|
/external/llvm-project/lldb/source/Utility/ |
D | DataEncoder.cpp | 119 write16be(m_start + offset, value); in PutU16()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryUtils.h | 91 write16be(loc, value); in write16()
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 342 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Endian.h | 341 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Endian.h | 418 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Endian.h | 420 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
|