Home
last modified time | relevance | path

Searched refs:CodeViewRecordIO (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp20 Error CodeViewRecordIO::beginRecord(std::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()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
150 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, in mapEncodedInteger()
175 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, in mapEncodedInteger()
[all …]
H A DTypeRecordMapping.cpp67 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()
537 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord()
592 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
H A DCMakeLists.txt4 CodeViewRecordIO.cpp
H A DSymbolRecordMapping.cpp20 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h43 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 DSymbolRecordMapping.h40 CodeViewRecordIO IO;
H A DTypeRecordMapping.h52 CodeViewRecordIO IO;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn12 "CodeViewRecordIO.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/
H A DMakefile10 CodeViewRecordIO.cpp \
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3325 CodeViewRecordIO IO(Writer); in emitConstantSymbolRecord()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641509 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.macppc1508 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.loongson1508 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.octeon1508 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.arm641509 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.powerpc641507 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.armv71507 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.i3861507 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
H A Dclang.sparc641508 ./usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5111 llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
5859 llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp