Searched refs:FuncIdRecord (Results 1 – 6 of 6) sorted by relevance
228 ErrorOr<FuncIdRecord> FuncIdRecord::deserialize(TypeRecordKind Kind, in deserialize()233 return FuncIdRecord(L->ParentScope, L->FunctionType, Name); in deserialize()490 bool FuncIdRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
238 TypeIndex TypeTableBuilder::writeFuncId(const FuncIdRecord &Record) { in writeFuncId()
384 Error CVTypeDumper::visitFuncId(FuncIdRecord &Func) { in visitFuncId()
55 TypeIndex writeFuncId(const FuncIdRecord &Record);
713 class FuncIdRecord : public TypeRecord {715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function723 static ErrorOr<FuncIdRecord> deserialize(TypeRecordKind Kind,
244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()