Home
last modified time | relevance | path

Searched refs:NameSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lld/wasm/
DSyntheticSections.h297 class NameSection : public SyntheticSection {
299 NameSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "name") {} in NameSection() function
367 NameSection *nameSec;
DSyntheticSections.cpp544 unsigned NameSection::numNamedFunctions() const { in numNamedFunctions()
554 unsigned NameSection::numNamedGlobals() const { in numNamedGlobals()
566 void NameSection::writeBody() { in writeBody()
DWriter.cpp1213 out.nameSec = make<NameSection>(); in createSyntheticSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);
256 WasmYAML::NameSection &Section) { in writeSectionContent()
309 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
DWasmYAML.cpp60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
188 Section.reset(new WasmYAML::NameSection()); in mapping()
189 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);
258 WasmYAML::NameSection &Section) { in writeSectionContent()
324 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
DWasmYAML.cpp60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
189 Section.reset(new WasmYAML::NameSection()); in mapping()
190 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h215 struct NameSection : CustomSection { struct
216 NameSection() : CustomSection("name") {} in NameSection() argument
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp65 std::unique_ptr<WasmYAML::NameSection> NameSec = in dumpCustomSection()
66 std::make_unique<WasmYAML::NameSection>(); in dumpCustomSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h212 struct NameSection : CustomSection { struct
213 NameSection() : CustomSection("name") {} in NameSection() function