Searched refs:getScopeEndOffset (Results 1 – 5 of 5) sorted by relevance
23 uint32_t llvm::codeview::getScopeEndOffset(const CVSymbol &Sym) { in getScopeEndOffset() function in llvm::codeview89 uint32_t EndOffset = getScopeEndOffset(Opener); in limitSymbolArrayToScope()
99 symbolOpensScope(Sym.kind()) ? getScopeEndOffset(Sym) : 0; in visitSymbolStreamFiltered()110 uint32_t EndOffset = getScopeEndOffset(BeginSym); in visitSymbolStreamFiltered()
53 uint32_t getScopeEndOffset(const CVSymbol &Symbol);
1313 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()
1312 iter = symbols.at(getScopeEndOffset(*iter)); in ParseAllFunctionsAndNonLocalVars() 1381 begin = symbols.at(getScopeEndOffset(*begin)); in ParseBlockChildren()