Home
last modified time | relevance | path

Searched refs:MemberFuncIdRecord (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp80 MemberFuncIdRecord MFRecord; in getName()
81 cantFail(TypeDeserializer::deserializeAs<MemberFuncIdRecord>(InlineeType, in getName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h217 class MemberFuncIdRecord : public TypeRecord {
219 MemberFuncIdRecord() = default;
220 explicit MemberFuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFuncIdRecord() function
221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp135 Error TypeNameComputer::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp304 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { in visitKnownRecord()
H A DTypeRecordMapping.cpp580 MemberFuncIdRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h391 Error visitKnownRecord(CVType &Record, MemberFuncIdRecord &Id, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp401 MemberFuncIdRecord &Id) { in visitKnownRecord()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp974 MemberFuncIdRecord mfr; in CreateFunctionDeclFromId()
976 TypeDeserializer::deserializeAs<MemberFuncIdRecord>(func_cvt, mfr)); in CreateFunctionDeclFromId()
H A DSymbolFileNativePDB.cpp1574 MemberFuncIdRecord mfr; in ParseInlineSite()
1576 TypeDeserializer::deserializeAs<MemberFuncIdRecord>(inlinee_cvt, mfr)); in ParseInlineSite()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp428 template <> void LeafRecordImpl<MemberFuncIdRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp406 MemberFuncIdRecord MFuncId(ClassType, getMemberFunctionType(SP, Class), in getFuncIdForSubprogram()
459 // with the MemberFuncIdRecord, which is keyed in as {SP, nullptr}. in getMemberFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2174 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, MemberFuncIdRecord &Id, in visitKnownRecord()