Home
last modified time | relevance | path

Searched refs:readFixedString (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp93 if (auto EC = readFixedString(Dest, Length)) in readCString()
121 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in BinaryStreamReader
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp56 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h123 Error readFixedString(StringRef &Dest, uint32_t Length);
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp129 if (FileData.readFixedString(StrTab.Data, Hdr->StrtabSize)) in parse()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp347 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1109 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables()