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

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

Completed in 1053 milliseconds