Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h288 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()