Home
last modified time | relevance | path

Searched refs:StartSection (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lld/wasm/
DSyntheticSections.h240 class StartSection : public SyntheticSection {
242 StartSection(bool hasInitializedSegments) in StartSection() function
363 StartSection *startSec;
DSyntheticSections.cpp374 bool StartSection::isNeeded() const { in isNeeded()
378 void StartSection::writeBody() { in writeBody()
DWriter.cpp1209 out.startSec = make<StartSection>(hasPassiveInitializedSegments()); in createSyntheticSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);
397 WasmYAML::StartSection &Section) { in writeSectionContent()
580 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
DWasmYAML.cpp136 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()
247 Section.reset(new WasmYAML::StartSection()); in mapping()
248 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);
413 WasmYAML::StartSection &Section) { in writeSectionContent()
606 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
DWasmYAML.cpp137 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()
248 Section.reset(new WasmYAML::StartSection()); in mapping()
249 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h346 struct StartSection : Section { struct
347 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h342 struct StartSection : Section { struct
343 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp307 auto StartSec = std::make_unique<WasmYAML::StartSection>(); in dump()
/external/bcc/tests/cc/
Dcatch.hpp7574 … virtual void StartSection( std::string const& sectionName, std::string const& description ) = 0;
7631 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()