Searched refs:FuncIdRecord (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp87 FuncIdRecord FRecord;
89 TypeDeserializer::deserializeAs<FuncIdRecord>(InlineeType, FRecord));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h610 class FuncIdRecord : public TypeRecord { class in namespace:llvm::codeview
612 FuncIdRecord() = default;
613 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::FuncIdRecord
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) function in class:llvm::codeview::FuncIdRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp156 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) {
H A DTypeDumpVisitor.cpp347 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) {
H A DTypeRecordMapping.cpp571 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h77 Error visitKnownRecord(CVType &Record, FuncIdRecord &Func) override;
385 Error visitKnownRecord(CVType &Record, FuncIdRecord &Func, TypeIndex TI,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp984 FuncIdRecord fir;
985 cantFail(TypeDeserializer::deserializeAs<FuncIdRecord>(func_cvt, fir));
H A DSymbolFileNativePDB.cpp1582 FuncIdRecord fir;
1583 cantFail(TypeDeserializer::deserializeAs<FuncIdRecord>(inlinee_cvt, fir));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp429 FuncIdRecord &Func) {
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp571 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp602 Error LVTypeVisitor::visitKnownRecord(CVType &Record, FuncIdRecord &Func) {
2119 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, FuncIdRecord &Func,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp412 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);

Completed in 313 milliseconds