Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp874 MemberFunctionRecord func_record(static_cast<TypeRecordKind>(cvt.kind())); in CreateFunctionDecl() local
876 cvt, func_record)); in CreateFunctionDecl()
877 TypeIndex class_index = func_record.getClassType(); in CreateFunctionDecl()
H A DSymbolFileNativePDB.cpp1275 CVSymbol func_record = in ParseLineTable() local
1277 SegmentOffsetLength sol = GetSegmentOffsetAndLength(func_record); in ParseLineTable()
1310 iter = syms.at(getScopeEndOffset(func_record)); in ParseLineTable()