Searched defs:NameSection (Results 1 – 6 of 6) sorted by relevance
234 struct NameSection : CustomSection { struct235 NameSection() : CustomSection("name") {} in NameSection() argument237 static bool classof(const Section *S) { in classof()242 std::vector<NameEntry> FunctionNames;243 std::vector<NameEntry> GlobalNames;244 std::vector<NameEntry> DataSegmentNames;
235 struct NameSection : CustomSection { struct236 NameSection() : CustomSection("name") {} in NameSection() argument238 static bool classof(const Section *S) { in classof()243 std::vector<NameEntry> FunctionNames;244 std::vector<NameEntry> GlobalNames;245 std::vector<NameEntry> DataSegmentNames;
235 struct NameSection : CustomSection { struct236 NameSection() : CustomSection("name") {} in NameSection() function238 static bool classof(const Section *S) { in classof()243 std::vector<NameEntry> FunctionNames;244 std::vector<NameEntry> GlobalNames;245 std::vector<NameEntry> DataSegmentNames;
212 struct NameSection : CustomSection { struct213 NameSection() : CustomSection("name") {} in NameSection() function215 static bool classof(const Section *S) { in classof()220 std::vector<NameEntry> FunctionNames;