Home
last modified time | relevance | path

Searched refs:writeBody (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lld/wasm/
DSyntheticSections.h53 virtual void writeBody() {} in writeBody() function
58 writeBody(); in finalizeContents()
79 void writeBody() override;
90 void writeBody() override;
103 void writeBody() override;
136 void writeBody() override;
160 void writeBody() override;
168 void writeBody() override;
187 void writeBody() override;
204 void writeBody() override;
[all …]
DSyntheticSections.cpp58 void DylinkSection::writeBody() { in writeBody() function in lld::wasm::DylinkSection
88 void TypeSection::writeBody() { in writeBody() function in lld::wasm::TypeSection
124 void ImportSection::writeBody() { in writeBody() function in lld::wasm::ImportSection
199 void FunctionSection::writeBody() { in writeBody() function in lld::wasm::FunctionSection
216 void TableSection::writeBody() { in writeBody() function in lld::wasm::TableSection
229 void MemorySection::writeBody() { in writeBody() function in lld::wasm::MemorySection
247 void EventSection::writeBody() { in writeBody() function in lld::wasm::EventSection
325 void GlobalSection::writeBody() { in writeBody() function in lld::wasm::GlobalSection
366 void ExportSection::writeBody() { in writeBody() function in lld::wasm::ExportSection
378 void StartSection::writeBody() { in writeBody() function in lld::wasm::StartSection
[all …]
/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp155 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
188 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
200 return writeBody(S); in write()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java213 writeBody(writer); in write()
233 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapEnvelope
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp152 return writeBody(S); in writeSample()
496 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
533 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
546 return writeBody(S); in writeSample()
555 return writeBody(S); in writeSample()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp152 return writeBody(S); in writeSample()
539 std::error_code SampleProfileWriterBinary::writeBody(const FunctionSamples &S) { in writeBody() function in SampleProfileWriterBinary
576 if (std::error_code EC = writeBody(CalleeSamples)) in writeBody()
589 return writeBody(S); in writeSample()
598 return writeBody(S); in writeSample()
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h123 std::error_code writeBody(const FunctionSamples &S);
/external/llvm-project/clang/utils/ABITest/
DABITestGen.py22 self.writeBody = outputHeader or outputTests or outputDriver
34 if self.writeBody:
114 if self.writeBody or self.outputTests:
124 if self.writeBody:
/external/clang/utils/ABITest/
DABITestGen.py21 self.writeBody = outputHeader or outputTests or outputDriver
33 if self.writeBody:
113 if self.writeBody or self.outputTests:
123 if self.writeBody:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h126 std::error_code writeBody(const FunctionSamples &S);
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h129 std::error_code writeBody(const FunctionSamples &S);
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter2.java59 writeBody(); in generateReport()
103 protected void writeBody() { in writeBody() method in EmailableReporter2
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java644 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapSerializationEnvelope
/external/ksoap2/
D0001-ksoap2-update.patch1197 * cause #writeBody to skip writing anything redundant.
1534 public void writeBody(XmlSerializer writer) throws IOException {