Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h247 struct LinkingSection : CustomSection { struct
248 LinkingSection() : CustomSection("linking") {} in LinkingSection() function
250 static bool classof(const Section *S) { in classof()
255 uint32_t Version;
256 std::vector<SymbolInfo> SymbolTable;
257 std::vector<SegmentInfo> SegmentInfos;
258 std::vector<InitFunction> InitFunctions;
259 std::vector<Comdat> Comdats;