Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dinlining-padding.ll4 ; Check how we pad out the LF_FUNC_ID records. The 00F3F2F1 bytes in LeafData are
10 ; CHECK: LeafData (
17 ; CHECK: LeafData (
24 ; CHECK: LeafData (
31 ; CHECK: LeafData (
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h42 StringRef getBytesAsCharacters(ArrayRef<uint8_t> LeafData);
43 StringRef getBytesAsCString(ArrayRef<uint8_t> LeafData);