Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.cpp50 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()
H A DOutputSections.h56 class CodeSection : public OutputSection {
58 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection() function
H A DMapFile.cpp128 if (auto *code = dyn_cast<CodeSection>(osec)) { in writeMapFile()
H A DWriter.cpp440 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp49 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()
H A DWasmYAML.cpp150 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h386 struct CodeSection : Section { struct
387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h296 uint32_t CodeSection = 0; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
697 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp350 auto CodeSec = std::make_unique<WasmYAML::CodeSection>(); in dump()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1396 CodeSection = Sections.size(); in parseCodeSection()
1692 return CodeSection; in getSymbolSectionIdImpl()