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