Searched refs:CodeSection (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/powerpc/stand/mkbootimage/
H A Dpef.h68 #define CodeSection 0 macro
H A Dmkbootimage.c629 textHdr.regionKind = CodeSection;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h369 struct CodeSection : Section { struct in namespace:llvm::WasmYAML
370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} function in struct:llvm::WasmYAML::CodeSection
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp148 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) {
259 Section.reset(new WasmYAML::CodeSection());
260 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get()));
H A DWasmEmitter.cpp49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
512 WasmYAML::CodeSection &Section) {
639 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get()))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t CodeSection = 0; member in class:llvm::object::WasmObjectFile
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp646 for (const auto& CodeSection : MemMgr.FunctionMemory)
647 Worklist.push_back(&CodeSection);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp341 auto CodeSec = std::make_unique<WasmYAML::CodeSection>();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1304 CodeSection = Sections.size();
1596 return CodeSection;

Completed in 127 milliseconds