Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h386 struct CodeSection : Section { struct
387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
389 static bool classof(const Section *S) { in classof()
393 std::vector<Function> Functions;
/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.h58 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h296 uint32_t CodeSection = 0; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local