Home
last modified time | relevance | path

Searched refs:MethodNames (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h700 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
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp388 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
393 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp532 for (auto Name : Record.MethodNames) in visitKnownRecord()
537 Record.MethodNames, in visitKnownRecord()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-thunk.yaml2070 MethodNames:
2078 MethodNames:
2086 MethodNames:
2094 MethodNames:
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp598 IO.mapRequired("MethodNames", Record.MethodNames); in map()