HomeSort by: relevance | last modified time | path
    Searched refs:TableSection (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 299 struct TableSection : Section {
300 TableSection() : Section(wasm::WASM_SEC_TABLE) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
431 WasmYAML::TableSection &Section) {
625 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get()))
WasmYAML.cpp 113 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) {
224 Section.reset(new WasmYAML::TableSection());
225 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 304 uint32_t TableSection = 0;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 268 auto TableSec = std::make_unique<WasmYAML::TableSection>();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1103 TableSection = Sections.size();
1606 return TableSection;

Completed in 54 milliseconds