Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp27 StringRef llvm::codeview::getBytesAsCharacters(ArrayRef<uint8_t> LeafData) { in getBytesAsCharacters() argument
28 return StringRef(reinterpret_cast<const char *>(LeafData.data()), in getBytesAsCharacters()
29 LeafData.size()); in getBytesAsCharacters()
32 StringRef llvm::codeview::getBytesAsCString(ArrayRef<uint8_t> LeafData) { in getBytesAsCString() argument
33 return getBytesAsCharacters(LeafData).split('\0').first; in getBytesAsCString()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h42 StringRef getBytesAsCharacters(ArrayRef<uint8_t> LeafData);
43 StringRef getBytesAsCString(ArrayRef<uint8_t> LeafData);