Home
last modified time | relevance | path

Searched refs:MemberFunctionRecord (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h42 TypeIndex writeMemberFunction(const MemberFunctionRecord &Record);
DTypeRecord.h183 class MemberFunctionRecord : public TypeRecord {
185 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() function
199 static ErrorOr<MemberFunctionRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp55 ErrorOr<MemberFunctionRecord>
56 MemberFunctionRecord::deserialize(TypeRecordKind Kind, in deserialize()
60 return MemberFunctionRecord(L->ReturnType, L->ClassType, L->ThisType, in deserialize()
409 bool MemberFunctionRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp46 TypeTableBuilder::writeMemberFunction(const MemberFunctionRecord &Record) { in writeMemberFunction()
DTypeDumper.cpp348 Error CVTypeDumper::visitMemberFunction(MemberFunctionRecord &MF) { in visitMemberFunction()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1331 TypeIndex TI = TypeTable.writeMemberFunction(MemberFunctionRecord( in lowerTypeMemberFunction()