Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t CodeSection = 0; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp647 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local