Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h387 struct CodeSection : Section { struct
388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
390 static bool classof(const Section *S) { in classof()
394 std::vector<Function> Functions;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h306 uint32_t CodeSection = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local