Searched defs:NameSection (Results 1 – 2 of 2) 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;
212 struct NameSection : CustomSection { struct213 NameSection() : CustomSection("name") {} in NameSection() argument215 static bool classof(const Section *S) { in classof()220 std::vector<NameEntry> FunctionNames;