Searched defs:NameSection (Results 1 – 2 of 2) sorted by relevance
237 struct NameSection : CustomSection { struct238 NameSection() : CustomSection("name") {} in NameSection() argument240 static bool classof(const Section *S) { in classof()245 std::vector<NameEntry> FunctionNames;246 std::vector<NameEntry> GlobalNames;247 std::vector<NameEntry> DataSegmentNames;
70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get() local