Searched refs:CodeViewRecordIO (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 20 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() 28 Error CodeViewRecordIO::endRecord() { in endRecord() 59 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() 81 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() 87 Error CodeViewRecordIO::skipPadding() { in skipPadding() 102 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() 118 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() 150 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, in mapEncodedInteger() 175 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, in mapEncodedInteger() 227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() [all …]
|
| H A D | TypeRecordMapping.cpp | 67 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() 104 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() 119 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() 144 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()() 180 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName() 361 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 372 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 538 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord() 593 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
|
| H A D | CMakeLists.txt | 4 CodeViewRecordIO.cpp
|
| H A D | SymbolRecordMapping.cpp | 20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()() 28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() 432 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord() 481 [](CodeViewRecordIO &IO, StringRef &S) { return IO.mapStringZ(S); })); in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 45 class CodeViewRecordIO { 57 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} in CodeViewRecordIO() function 60 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() function 63 explicit CodeViewRecordIO(CodeViewRecordStreamer &Streamer) in CodeViewRecordIO() function
|
| H A D | SymbolRecordMapping.h | 40 CodeViewRecordIO IO;
|
| H A D | TypeRecordMapping.h | 52 CodeViewRecordIO IO;
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
| H A D | BUILD.gn | 12 "CodeViewRecordIO.cpp",
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 3296 CodeViewRecordIO IO(Writer); in emitConstantSymbolRecord()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5120 llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h 5871 llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
|