Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DOutputSections.cpp83 void CodeSection::finalizeContents() { in finalizeContents()
101 void CodeSection::writeTo(uint8_t *buf) { in writeTo()
120 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations()
127 void CodeSection::writeRelocations(raw_ostream &os) const { in writeRelocations()
DOutputSections.h59 class CodeSection : public OutputSection {
61 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection() function
DMapFile.cpp124 if (auto *code = dyn_cast<CodeSection>(osec)) { in writeMapFile()
DWriter.cpp406 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
552 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp146 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()
257 Section.reset(new WasmYAML::CodeSection()); in mapping()
258 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
DWasmEmitter.cpp49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
462 WasmYAML::CodeSection &Section) { in writeSectionContent()
584 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
484 WasmYAML::CodeSection &Section) { in writeSectionContent()
610 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
DWasmYAML.cpp147 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()
258 Section.reset(new WasmYAML::CodeSection()); in mapping()
259 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h362 struct CodeSection : Section { struct
363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h366 struct CodeSection : Section { struct
367 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h288 uint32_t CodeSection = 0; variable
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp645 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
646 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h299 uint32_t CodeSection = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1139 CodeSection = Sections.size(); in parseCodeSection()
1370 Ref.d.a = CodeSection; in getSymbolSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1287 CodeSection = Sections.size(); in parseCodeSection()
1536 return CodeSection; in getSymbolSectionIdImpl()