Home
last modified time | relevance | path

Searched defs:CodeSection (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h369 struct CodeSection : Section { struct
370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
372 static bool classof(const Section *S) { in classof()
376 std::vector<Function> Functions;
/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Dpef.h68 #define CodeSection 0 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t CodeSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp646 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local