reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  705     MethodNames.push_back(Name);
  706     MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
  706     MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
  712   StringRef getName() const { return makeArrayRef(MethodNames).front(); }
  715     return makeArrayRef(MethodNames).drop_front();
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  486     for (auto Name : Record.MethodNames)
  491       Record.MethodNames,
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  590   IO.mapRequired("MethodNames", Record.MethodNames);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  384   if (!VFT.MethodNames.empty()) {
  389     P.print(join(VFT.MethodNames, Sep));