Searched refs:getScopeEndOffset (Results 1 – 4 of 4) 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()
53 uint32_t getScopeEndOffset(const CVSymbol &Symbol);
74 uint32_t scope_end = getScopeEndOffset(*begin); in FindSymbolScope()1225 iter = symbols.at(getScopeEndOffset(*iter)); in ParseAllNamespacesPlusChildrenOf()1289 begin = symbols.at(getScopeEndOffset(*begin)); in ParseBlockChildren()
1431 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock()