Home
last modified time | relevance | path

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

/freebsd-13.1/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h53 uint32_t getScopeEndOffset(const CVSymbol &Symbol);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp74 uint32_t scope_end = getScopeEndOffset(*begin); in FindSymbolScope()
1225 iter = symbols.at(getScopeEndOffset(*iter)); in ParseAllNamespacesPlusChildrenOf()
1289 begin = symbols.at(getScopeEndOffset(*begin)); in ParseBlockChildren()
H A DSymbolFileNativePDB.cpp1431 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock()