Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp43 int writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
388 WasmYAML::CodeSection &Section) { in writeSectionContent()
522 } else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp553 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
554 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
/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-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp118 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()
207 Section.reset(new WasmYAML::CodeSection()); in mapping()
208 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h295 struct CodeSection : Section { struct
296 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h260 uint32_t CodeSection = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp260 auto CodeSec = make_unique<WasmYAML::CodeSection>(); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp903 CodeSection = Sections.size(); in parseCodeSection()
1114 Ref.d.a = CodeSection; in getSymbolSection()