Home
last modified time | relevance | path

Searched defs:FunctionSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h306 struct FunctionSection : Section { struct
307 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument
309 static bool classof(const Section *S) { in classof()
313 std::vector<uint32_t> FunctionTypes;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3596 ErrorOr<BinarySection &> FunctionSection = in mapCodeSections() local