Home
last modified time | relevance | path

Searched refs:getScopeEndOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp23 uint32_t llvm::codeview::getScopeEndOffset(const CVSymbol &Sym) { in getScopeEndOffset() function in llvm::codeview
89 uint32_t EndOffset = getScopeEndOffset(Opener); in limitSymbolArrayToScope()
H A DCVSymbolVisitor.cpp99 symbolOpensScope(Sym.kind()) ? getScopeEndOffset(Sym) : 0; in visitSymbolStreamFiltered()
110 uint32_t EndOffset = getScopeEndOffset(BeginSym); in visitSymbolStreamFiltered()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h53 uint32_t getScopeEndOffset(const CVSymbol &Symbol);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1313 iter = syms.at(getScopeEndOffset(func_record)); in ParseLineTable()
1985 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock()
2312 uint32_t scope_end = getScopeEndOffset(*begin); in FindSymbolScope()
H A DPdbAstBuilder.cpp1312 iter = symbols.at(getScopeEndOffset(*iter)); in ParseAllFunctionsAndNonLocalVars()
1381 begin = symbols.at(getScopeEndOffset(*begin)); in ParseBlockChildren()