Home
last modified time | relevance | path

Searched refs:write16be (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp368 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/
DDataEncoder.cpp119 write16be(m_start + offset, value); in PutU16()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h91 write16be(loc, value); in write16()
/external/llvm/include/llvm/Support/
DEndian.h342 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h341 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/
DBPFISelDAGToDAG.cpp382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/external/llvm-project/llvm/include/llvm/Support/
DEndian.h418 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/
DEndian.h420 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function