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