Home
last modified time | relevance | path

Searched refs:MemberFunctionRecord (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h31 codeview::MemberFunctionRecord MemberFunc);
57 codeview::MemberFunctionRecord MemberFunc;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h171 class MemberFunctionRecord : public TypeRecord {
173 MemberFunctionRecord() = default;
174 explicit MemberFunctionRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFunctionRecord() function
176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp86 codeview::MemberFunctionRecord MemberFunc) in NativeTypeFunctionSig()
H A DSymbolCache.cpp228 Id = createSymbolForType<NativeTypeFunctionSig, MemberFunctionRecord>( in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp799 MemberFunctionRecord mfr; in CreateType()
801 TypeDeserializer::deserializeAs<MemberFunctionRecord>(cvt, mfr)); in CreateType()
876 MemberFunctionRecord func_record(static_cast<TypeRecordKind>(cvt.kind())); in CreateFunctionDecl()
877 llvm::cantFail(TypeDeserializer::deserializeAs<MemberFunctionRecord>( in CreateFunctionDecl()
H A DSymbolFileNativePDB.h214 const llvm::codeview::MemberFunctionRecord &pr,
H A DSymbolFileNativePDB.cpp698 const MemberFunctionRecord &mfr, in CreateFunctionType()
766 MemberFunctionRecord mfr; in CreateType()
767 llvm::cantFail(TypeDeserializer::deserializeAs<MemberFunctionRecord>(cvt, mfr)); in CreateType()
1940 MemberFunctionRecord sig; in ParseVariablesForBlock()
1941 if (llvm::Error e = TypeDeserializer::deserializeAs<MemberFunctionRecord>( in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp148 MemberFunctionRecord &MF) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp322 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFunctionRecord &MF) { in visitKnownRecord()
H A DTypeRecordMapping.cpp340 MemberFunctionRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h393 Error visitKnownRecord(CVType &Record, MemberFunctionRecord &MF, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp418 MemberFunctionRecord &MF) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp413 template <> void LeafRecordImpl<MemberFunctionRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp458 // Key the MemberFunctionRecord into the map as {SP, Class}. It won't collide in getMemberFunctionType()
2139 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO, in translateAccessFlags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2206 MemberFunctionRecord &MF, TypeIndex TI, in visitKnownRecord()