Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp558 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
559 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp133 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()
231 Section.reset(new WasmYAML::CodeSection()); in mapping()
232 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h327 struct CodeSection : Section { struct
328 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h280 uint32_t CodeSection = 0; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1046 CodeSection = Sections.size(); in parseCodeSection()
1260 Ref.d.a = CodeSection; in getSymbolSection()