Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp41 int writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);
331 WasmYAML::StartSection &Section) { in writeSectionContent()
516 } else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp108 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()
197 Section.reset(new WasmYAML::StartSection()); in mapping()
198 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h275 struct StartSection : Section { struct
276 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp228 auto StartSec = 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()