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.h250 struct LinkingSection : CustomSection { struct
251 LinkingSection() : CustomSection("linking") {} in LinkingSection() function
253 static bool classof(const Section *S) { in classof()
258 uint32_t Version;
259 std::vector<SymbolInfo> SymbolTable;
260 std::vector<SegmentInfo> SegmentInfos;
261 std::vector<InitFunction> InitFunctions;
262 std::vector<Comdat> Comdats;