Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h61 void writeU64(uint64_t Value);
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp116 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64() function
179 writeU64(os, initExpr.Value.Float64, "literal (f64)"); in writeInitExprMVP()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp47 void FileWriter::writeU64(uint64_t U) { in writeU64() function in FileWriter
H A DHeader.cpp93 O.writeU64(BaseAddress); in encode()
H A DGsymCreator.cpp120 O.writeU64(AddrOffset); in encode()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp575 FW.writeU64(U64); in TestFileWriterHelper()