Home
last modified time | relevance | path

Searched refs:writeEncodedSignedInteger (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp56 writeEncodedSignedInteger(Value); in writeEncodedInteger()
60 void TypeRecordBuilder::writeEncodedSignedInteger(int64_t Value) { in writeEncodedSignedInteger() function in TypeRecordBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp160 if (auto EC = writeEncodedSignedInteger(Value)) in mapEncodedInteger()
197 return writeEncodedSignedInteger(Value.getSExtValue()); in mapEncodedInteger()
324 Error CodeViewRecordIO::writeEncodedSignedInteger(const int64_t &Value) { in writeEncodedSignedInteger() function in CodeViewRecordIO
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp162 if (auto EC = writeEncodedSignedInteger(Value)) in mapEncodedInteger()
201 return writeEncodedSignedInteger( in mapEncodedInteger()
339 Error CodeViewRecordIO::writeEncodedSignedInteger(const int64_t &Value) { in writeEncodedSignedInteger() function in CodeViewRecordIO
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h41 void writeEncodedSignedInteger(int64_t Value);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h222 Error writeEncodedSignedInteger(const int64_t &Value);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h223 Error writeEncodedSignedInteger(const int64_t &Value);