Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h230 struct LinkingSection : CustomSection { struct
231 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument
233 static bool classof(const Section *S) { in classof()
238 uint32_t Version;
239 std::vector<SymbolInfo> SymbolTable;
240 std::vector<SegmentInfo> SegmentInfos;
241 std::vector<InitFunction> InitFunctions;
242 std::vector<Comdat> Comdats;