Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp107 O.writeU32(size()); in encode()
109 O.writeU32(Name); in encode()
112 O.writeU32(InfoType::LineTableInfo); in encode()
115 O.writeU32(0); in encode()
130 O.writeU32(InfoType::InlineInfo); in encode()
133 O.writeU32(0); in encode()
147 O.writeU32(InfoType::EndOfList); in encode()
148 O.writeU32(0); in encode()
H A DHeader.cpp89 O.writeU32(Magic); in encode()
94 O.writeU32(NumAddresses); in encode()
95 O.writeU32(StrtabOffset); in encode()
96 O.writeU32(StrtabSize); in encode()
H A DGsymCreator.cpp117 O.writeU32(static_cast<uint32_t>(AddrOffset)); in encode()
129 O.writeU32(0); in encode()
139 O.writeU32(static_cast<uint32_t>(NumFiles)); in encode()
141 O.writeU32(File.Dir); in encode()
142 O.writeU32(File.Base); in encode()
H A DFileWriter.cpp42 void FileWriter::writeU32(uint32_t U) { in writeU32() function in FileWriter
H A DInlineInfo.cpp238 O.writeU32(Name); in encode()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h54 void writeU32(uint32_t Value);
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp111 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32() function
176 writeU32(os, initExpr.Value.Float32, "literal (f32)"); in writeInitExprMVP()
H A DWriterUtils.h36 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg);
H A DWriter.cpp1695 writeU32(os, WasmVersion, "wasm version"); in createHeader()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp187 FW.writeU32(0x100); // Function size. in TEST()
191 FW.writeU32(0); in TEST()
199 FW.writeU32(1); // InfoType::LineTableInfo. in TEST()
203 FW.writeU32(0); // LineTableInfo InfoType data length. in TEST()
512 FW.writeU32(0); in TEST()
574 FW.writeU32(U32); in TestFileWriterHelper()
578 FW.writeU32(0); in TestFileWriterHelper()