Home
last modified time | relevance | path

Searched refs:FuncIdRecord (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp81 FuncIdRecord FRecord; in getName()
83 TypeDeserializer::deserializeAs<FuncIdRecord>(InlineeType, FRecord)); in getName()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h609 class FuncIdRecord : public TypeRecord {
611 FuncIdRecord() = default;
612 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FuncIdRecord() function
613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp152 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeDumpVisitor.cpp347 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeRecordMapping.cpp552 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) { in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp425 FuncIdRecord &Func) { in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp568 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) { in map()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp406 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()