Searched defs:LinkingSection (Results 1 – 6 of 6) sorted by relevance
223 struct LinkingSection : CustomSection { struct224 LinkingSection() : CustomSection("linking") {} in LinkingSection() function226 static bool classof(const Section *S) { in classof()231 uint32_t Version;232 std::vector<SymbolInfo> SymbolTable;233 std::vector<SegmentInfo> SegmentInfos;234 std::vector<InitFunction> InitFunctions;235 std::vector<Comdat> Comdats;
247 struct LinkingSection : CustomSection { struct248 LinkingSection() : CustomSection("linking") {} in LinkingSection() function250 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;
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;
248 struct LinkingSection : CustomSection { struct249 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument251 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;