Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 207) sorted by relevance

123456789

/openbsd/src/gnu/llvm/lld/wasm/
DWriterUtils.cpp83 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128()
88 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128()
93 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes()
99 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr()
106 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()
111 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32()
116 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64()
121 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType()
126 void writeSig(raw_ostream &os, const WasmSignature &sig) { in writeSig()
138 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg) { in writeI32Const()
[all …]
DSyntheticSections.cpp53 raw_string_ostream os{body}; member in lld::wasm::__anon78186a110111::SubSection
65 raw_ostream &os = bodyOutputStream; in writeBody() local
233 raw_ostream &os = bodyOutputStream; in writeBody() local
294 raw_ostream &os = bodyOutputStream; in writeBody() local
311 raw_ostream &os = bodyOutputStream; in writeBody() local
353 raw_ostream &os = bodyOutputStream; in writeBody() local
371 raw_ostream &os = bodyOutputStream; in writeBody() local
418 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode()
463 raw_ostream &os = bodyOutputStream; in writeBody() local
529 raw_ostream &os = bodyOutputStream; in writeBody() local
[all …]
DOutputSections.cpp41 raw_string_ostream os(header); in createHeader() local
51 raw_string_ostream os(codeSectionHeader); in finalizeContents() local
100 raw_string_ostream os(dataSectionHeader); in finalizeContents() local
122 raw_string_ostream os(segment->header); in finalizeContents() local
245 raw_string_ostream os(nameData); in finalizeContents() local
DWriter.cpp1001 raw_string_ostream os(functionBody); in createFunction() local
1086 raw_string_ostream os(bodyContent); in createInitMemoryFunction() local
1305 raw_string_ostream os(bodyContent); in createStartFunction() local
1332 raw_string_ostream os(bodyContent); in createApplyDataRelocationsFunction() local
1351 raw_string_ostream os(bodyContent); in createApplyGlobalRelocationsFunction() local
1367 raw_string_ostream os(bodyContent); in createApplyGlobalTLSRelocationsFunction() local
1387 raw_string_ostream os(bodyContent); in createCallCtorsFunction() local
1412 raw_string_ostream os(bodyContent); in createCommandExportWrapper() local
1447 raw_string_ostream os(bodyContent); in createInitTLSFunction() local
1716 raw_string_ostream os(header); in createHeader() local
DMapFile.cpp42 static void writeHeader(raw_ostream &os, int64_t vma, uint64_t lma, in writeHeader()
78 raw_string_ostream os(str[i]); in getSymbolStrings() local
111 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
Dproto_to_cxx.cpp26 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<()
29 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<()
35 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<()
41 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<()
61 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<()
69 std::ostream &operator<<(std::ostream &os, const While &x) { in operator <<()
72 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
78 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
[all …]
Dloop_proto_to_cxx.cpp46 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<()
49 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
60 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<()
69 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<()
111 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
114 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
117 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
122 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
132 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
137 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
[all …]
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/
Dloop_proto_to_llvm.cpp54 std::string VarRefToString(std::ostream &os, const VarRef &x) { in VarRefToString()
73 std::string RvalueToString(std::ostream &os, const Rvalue &x) { in RvalueToString()
87 std::string BinopToString(std::ostream &os, const BinaryOp &x) { in BinopToString()
124 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
129 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
132 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
138 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
168 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
187 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
198 std::ostringstream os; in LoopFunctionToLLVMString() local
/openbsd/src/gnu/llvm/lld/ELF/
DMapFile.cpp47 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, in writeHeader()
96 raw_string_ostream os(strs[i]); in getSymbolStrings() local
116 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
149 static void writeMapFile(raw_fd_ostream &os) { in writeMapFile()
224 static void writeCref(raw_fd_ostream &os) { in writeCref()
266 raw_fd_ostream os(mapFile, ec, sys::fs::OF_None); in writeMapAndCref() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DAssertFrameRecognizer.cpp37 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation()
70 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation()
93 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer() local
136 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame() local
/openbsd/src/lib/libcrypto/hmac/
Dhm_ameth.c87 ASN1_OCTET_STRING *os; in hmac_key_free() local
113 ASN1_OCTET_STRING *os = NULL; in hmac_set_priv_key() local
140 ASN1_OCTET_STRING *os; in hmac_get_priv_key() local
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dostream_inserter_arith.cc170 void apply_formatting(const _TestCase & tc, basic_ostream<_CharT> & os) in apply_formatting()
206 ostringstream os; in test01() local
219 ostringstream os; in test01() local
233 wostringstream os; in test01() local
243 wostringstream os; in test01() local
264 ostringstream os; in test02() local
Dstringbuf_members.cc448 std::ostringstream os ("foo"); in test05() local
464 std::ostringstream os ("foo", std::ios_base::app); in test06() local
/openbsd/src/gnu/llvm/lld/COFF/
DChunks.cpp76 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
86 OutputSection *os, uint64_t s) { in applySecRel()
97 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx()
112 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
139 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
207 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
282 OutputSection *os, uint64_t s) { in applySecRelLow12A()
288 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
301 OutputSection *os, uint64_t s) { in applySecRelLdr()
324 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
[all …]
DLLDMapFile.cpp42 static void writeHeader(raw_ostream &os, uint64_t addr, uint64_t size, in writeHeader()
80 raw_string_ostream os(str[i]); in getSymbolStrings() local
96 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile() local
DMapFile.cpp47 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { in writeHeader()
54 static void writeFormattedTimestamp(raw_ostream &os, time_t tds) { in writeFormattedTimestamp()
146 raw_string_ostream os(str[i]); in getSymbolStrings() local
207 raw_fd_ostream os(ctx.config.mapFile, ec, sys::fs::OF_None); in writeMapFile() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp360 llvm::raw_fd_ostream os(FD, true); in ReportDiag() local
387 llvm::raw_string_ostream os(s); in GenerateHTML() local
415 llvm::raw_string_ostream os(s); in GenerateHTML() local
436 llvm::raw_string_ostream os(file); in GenerateHTML() local
446 llvm::raw_string_ostream &os) { in dumpCoverageData()
472 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() local
572 llvm::raw_string_ostream os(s); in FinalizeHTML() local
639 llvm::raw_string_ostream os(s); in FinalizeHTML() local
935 llvm::raw_string_ostream os(sbuf); in HandlePiece() local
1100 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter()
[all …]
/openbsd/src/gnu/llvm/lld/MachO/
DMapFile.cpp127 raw_fd_ostream &os, in printStubsEntries()
137 void printNonLazyPointerSection(raw_fd_ostream &os, in printNonLazyPointerSection()
157 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DEndianStream.h28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write()
45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp128 raw_string_ostream os(s); in SynthesizeFunctionResult() local
144 raw_string_ostream os(s); in SynthesizeFunctionResult() local
168 raw_string_ostream os(s); in SynthesizeObjCMethodResult() local
188 raw_string_ostream os(s); in SynthesizeObjCMethodResult() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp94 static bool shouldGenerateNote(llvm::raw_string_ostream &os, in shouldGenerateNote()
214 llvm::raw_string_ostream &os) { in generateDiagnosticsForCallLike()
385 llvm::raw_string_ostream os(sbuf); in annotateConsumedSummaryMismatch() local
441 llvm::raw_string_ostream os(s); in annotateStartParameter() local
491 llvm::raw_string_ostream os(sbuf); in VisitNode() local
772 llvm::raw_string_ostream os(sbuf); in getEndPath() local
919 llvm::raw_string_ostream os(Description); in createDescription() local
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldexp.c522 lang_output_section_statement_type *os; in fold_name() local
552 lang_output_section_statement_type *os; in fold_name() local
563 lang_output_section_statement_type *os; in fold_name() local
582 lang_output_section_statement_type *os; in fold_name() local
Dldlang.c794 lang_output_section_statement_type *os; in exp_init_os() local
2128 lang_output_section_statement_type *os = in map_input_to_output_sections() local
2154 lang_output_section_statement_type *os; in strip_excluded_output_sections() local
2503 lang_output_section_statement_type *os) in print_wild_statement()
2551 lang_output_section_statement_type *os) in print_group()
2563 lang_output_section_statement_type *os) in print_statement_list()
2577 lang_output_section_statement_type *os) in print_statement()
2789 asection *os; in lang_check_section_addresses() local
2838 os_region_check (lang_output_section_statement_type *os, in os_region_check()
2888 lang_output_section_statement_type *os; in lang_size_sections_1() local
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldlang.c1308 output_prev_sec_find (lang_output_section_statement_type *os) in output_prev_sec_find()
1336 lang_output_section_statement_type *os; in lang_insert_orphan() local
1815 lang_output_section_statement_type *os; in exp_init_os() local
3108 lang_output_section_statement_type *os) in map_input_to_output_sections()
3221 lang_output_section_statement_type *os; in strip_excluded_output_sections() local
3726 lang_output_section_statement_type *os) in print_wild_statement()
3774 lang_output_section_statement_type *os) in print_group()
3786 lang_output_section_statement_type *os) in print_statement_list()
3800 lang_output_section_statement_type *os) in print_statement()
4026 asection *s, *os; in lang_check_section_addresses() local
[all …]
/openbsd/src/gnu/llvm/clang/lib/Rewrite/
DHTMLRewrite.cpp172 llvm::raw_string_ostream os(Str); in EscapeText() local
268 llvm::raw_string_ostream os(s); in AddLineNumbers() local
285 llvm::raw_string_ostream os(s); in AddHeaderFooterInternalBuiltinCSS() local

123456789