Searched refs:LeafData (Results 1 – 3 of 3) sorted by relevance
27 StringRef llvm::codeview::getBytesAsCharacters(ArrayRef<uint8_t> LeafData) { in getBytesAsCharacters() argument28 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() argument33 return getBytesAsCharacters(LeafData).split('\0').first; in getBytesAsCString()
4 ; Check how we pad out the LF_FUNC_ID records. The 00F3F2F1 bytes in LeafData are10 ; CHECK: LeafData (17 ; CHECK: LeafData (24 ; CHECK: LeafData (31 ; CHECK: LeafData (
42 StringRef getBytesAsCharacters(ArrayRef<uint8_t> LeafData);43 StringRef getBytesAsCString(ArrayRef<uint8_t> LeafData);