Searched defs:LinkingSection (Results 1 – 1 of 1) sorted by relevance
230 struct LinkingSection : CustomSection { struct231 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument233 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;