Home
last modified time | relevance | path

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

/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() argument
330 static bool classof(const Section *S) { in classof()
334 std::vector<Function> Functions;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h280 uint32_t CodeSection = 0; variable
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp558 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local