Searched refs:CodeViewRecordIO (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
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 …]
|
D | TypeRecordMapping.cpp | 45 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() 82 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() 97 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() 122 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()() 147 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName() 316 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 327 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 492 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord() 547 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
|
D | CMakeLists.txt | 4 CodeViewRecordIO.cpp
|
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 42 class CodeViewRecordIO { 54 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} in CodeViewRecordIO() function 57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() function 60 explicit CodeViewRecordIO(CodeViewRecordStreamer &Streamer) in CodeViewRecordIO() function
|
D | SymbolRecordMapping.h | 40 CodeViewRecordIO IO;
|
D | TypeRecordMapping.h | 49 CodeViewRecordIO IO;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 347 "llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp",
|
D | BUILD.gn | 803 "llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp",
|
D | CMakeLists.txt | 347 ${LLVM_DIR}/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 3115 CodeViewRecordIO IO(Writer); in emitDebugInfoForGlobal()
|