Home
last modified time | relevance | path

Searched refs:func_record (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp876 MemberFunctionRecord func_record(static_cast<TypeRecordKind>(cvt.kind())); in CreateFunctionDecl()
878 cvt, func_record)); in CreateFunctionDecl()
879 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
875 MemberFunctionRecord func_record(static_cast<TypeRecordKind>(cvt.kind())); CreateFunctionDecl() local
H A DSymbolFileNativePDB.cpp1278 CVSymbol func_record = in ParseLineTable() local
1280 SegmentOffsetLength sol = GetSegmentOffsetAndLength(func_record); in ParseLineTable()
1313 iter = syms.at(getScopeEndOffset(func_record)); in ParseLineTable()