Searched refs:CodeViewRecordIO (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 18 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() 26 Error CodeViewRecordIO::endRecord() { in endRecord() 57 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() 79 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() 85 Error CodeViewRecordIO::skipPadding() { in skipPadding() 100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() 116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() 127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() 148 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, in mapEncodedInteger() 173 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, in mapEncodedInteger() [all …]
|
H A D | TypeRecordMapping.cpp | 47 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() 84 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() 99 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() 124 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()() 160 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName() 341 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 352 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 518 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord() 573 [](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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 43 class CodeViewRecordIO { 55 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} in CodeViewRecordIO() function 58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() function 61 explicit CodeViewRecordIO(CodeViewRecordStreamer &Streamer) in CodeViewRecordIO() function
|
H A D | SymbolRecordMapping.h | 40 CodeViewRecordIO IO;
|
H A D | TypeRecordMapping.h | 49 CodeViewRecordIO IO;
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
H A D | BUILD.gn | 12 "CodeViewRecordIO.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/ |
H A D | Makefile | 11 CodeViewRecordIO.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3185 CodeViewRecordIO IO(Writer); in emitStaticConstMemberList() 3265 CodeViewRecordIO IO(Writer); in emitDebugInfoForGlobal()
|