Searched refs:MemberFunctionRecord (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 31 codeview::MemberFunctionRecord MemberFunc); 57 codeview::MemberFunctionRecord MemberFunc;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 171 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 D | NativeTypeFunctionSig.cpp | 86 codeview::MemberFunctionRecord MemberFunc) in NativeTypeFunctionSig()
|
H A D | SymbolCache.cpp | 228 Id = createSymbolForType<NativeTypeFunctionSig, MemberFunctionRecord>( in findSymbolByTypeIndex()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 799 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 D | SymbolFileNativePDB.h | 214 const llvm::codeview::MemberFunctionRecord &pr,
|
H A D | SymbolFileNativePDB.cpp | 698 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 D | RecordName.cpp | 148 MemberFunctionRecord &MF) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 322 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFunctionRecord &MF) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 340 MemberFunctionRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 393 Error visitKnownRecord(CVType &Record, MemberFunctionRecord &MF, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 418 MemberFunctionRecord &MF) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 413 template <> void LeafRecordImpl<MemberFunctionRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 458 // 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 D | LVCodeViewVisitor.cpp | 2206 MemberFunctionRecord &MF, TypeIndex TI, in visitKnownRecord()
|