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 ArrayRef(MethodNames).front(); } in getName()710 return ArrayRef(MethodNames).drop_front(); in getMethodNames()716 std::vector<StringRef> MethodNames; variable
59 my %MethodNames = (768 'MethodName' => $MethodNames{$compressedMethod} || 'Unknown',
388 if (!VFT.MethodNames.empty()) { in visitKnownRecord()393 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
531 for (auto Name : Record.MethodNames) in visitKnownRecord()536 Record.MethodNames, in visitKnownRecord()
598 IO.mapRequired("MethodNames", Record.MethodNames); in map()