Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h61 void writeU64(uint64_t Value);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h61 void writeU64(uint64_t Value);
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp48 void FileWriter::writeU64(uint64_t U) { in writeU64() function in FileWriter
DHeader.cpp93 O.writeU64(BaseAddress); in encode()
DGsymCreator.cpp113 case 8: O.writeU64(AddrOffset); break; in encode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp48 void FileWriter::writeU64(uint64_t U) { in writeU64() function in FileWriter
DHeader.cpp93 O.writeU64(BaseAddress); in encode()
DGsymCreator.cpp106 case 8: O.writeU64(AddrOffset); break; in encode()
/external/llvm-project/lld/wasm/
DWriterUtils.cpp107 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64() function
165 writeU64(os, initExpr.Value.Float64, "literal (f64)"); in writeInitExpr()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp703 FW.writeU64(U64); in TestFileWriterHelper()