Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h248 struct LinkingSection : CustomSection { struct
249 LinkingSection() : CustomSection("linking") {} in LinkingSection() function
251 static bool classof(const Section *S) { in classof()
256 uint32_t Version;
257 std::vector<SymbolInfo> SymbolTable;
258 std::vector<SegmentInfo> SegmentInfos;
259 std::vector<InitFunction> InitFunctions;
260 std::vector<Comdat> Comdats;