/external/llvm-project/lld/wasm/ |
D | SyntheticSections.h | 53 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 …]
|
D | SyntheticSections.cpp | 58 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/ |
D | SampleProfWriter.cpp | 155 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/ |
D | SoapEnvelope.java | 213 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/ |
D | SampleProfWriter.cpp | 152 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/ |
D | SampleProfWriter.cpp | 152 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/ |
D | SampleProfWriter.h | 123 std::error_code writeBody(const FunctionSamples &S);
|
/external/llvm-project/clang/utils/ABITest/ |
D | ABITestGen.py | 22 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/ |
D | ABITestGen.py | 21 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/ |
D | SampleProfWriter.h | 126 std::error_code writeBody(const FunctionSamples &S);
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 129 std::error_code writeBody(const FunctionSamples &S);
|
/external/testng/src/main/java/org/testng/reporters/ |
D | EmailableReporter2.java | 59 writeBody(); in generateReport() 103 protected void writeBody() { in writeBody() method in EmailableReporter2
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 644 public void writeBody(XmlSerializer writer) throws IOException { in writeBody() method in SoapSerializationEnvelope
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 1197 * cause #writeBody to skip writing anything redundant. 1534 public void writeBody(XmlSerializer writer) throws IOException {
|