Searched defs:NameSection (Results 1 – 2 of 2) sorted by relevance
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;
70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get() local