Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp19 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord()
27 Error CodeViewRecordIO::endRecord() { in endRecord()
41 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength()
60 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment()
66 Error CodeViewRecordIO::skipPadding() { in skipPadding()
81 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes) { in mapByteVectorTail()
92 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes) { in mapByteVectorTail()
102 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd) { in mapInteger()
116 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value) { in mapEncodedInteger()
135 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value) { in mapEncodedInteger()
[all …]
DTypeRecordMapping.cpp24 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()()
47 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName()
175 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord()
184 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord()
302 [](CodeViewRecordIO &IO, StringRef &S) { return IO.mapStringZ(S); })); in visitKnownRecord()
354 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord()
DCMakeLists.txt4 CodeViewRecordIO.cpp
DSymbolRecordMapping.cpp21 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
29 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange()
433 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h30 class CodeViewRecordIO {
36 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} in CodeViewRecordIO() function
37 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() function
DSymbolRecordMapping.h41 CodeViewRecordIO IO;
DTypeRecordMapping.h47 CodeViewRecordIO IO;
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk344 llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp \
DBUILD.gn219 "llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp",
/external/swiftshader/
DCMakeLists.txt1010 ${LLVM_DIR}/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp