Searched refs:CodeSection (Results 1 – 11 of 11) sorted by relevance
50 void CodeSection::finalizeContents() { in finalizeContents()68 void CodeSection::writeTo(uint8_t *buf) { in writeTo()87 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations()94 void CodeSection::writeRelocations(raw_ostream &os) const { in writeRelocations()
56 class CodeSection : public OutputSection {58 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection() function
128 if (auto *code = dyn_cast<CodeSection>(osec)) { in writeMapFile()
440 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);519 WasmYAML::CodeSection &Section) { in writeSectionContent()635 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
150 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()261 Section.reset(new WasmYAML::CodeSection()); in mapping()262 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
386 struct CodeSection : Section { struct387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
296 uint32_t CodeSection = 0; variable
696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local697 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
350 auto CodeSec = std::make_unique<WasmYAML::CodeSection>(); in dump()
1396 CodeSection = Sections.size(); in parseCodeSection()1692 return CodeSection; in getSymbolSectionIdImpl()