Searched refs:MethodNames (Results 1 – 5 of 5) sorted by relevance
700 MethodNames.push_back(Name); in VFTableRecord()701 llvm::append_range(MethodNames, Methods); in VFTableRecord()707 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()710 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()716 std::vector<StringRef> MethodNames; variable
388 if (!VFT.MethodNames.empty()) { in visitKnownRecord()393 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
532 for (auto Name : Record.MethodNames) in visitKnownRecord()537 Record.MethodNames, in visitKnownRecord()
2070 MethodNames:2078 MethodNames:2086 MethodNames:2094 MethodNames:
598 IO.mapRequired("MethodNames", Record.MethodNames); in map()