Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp57 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId() local
58 if (LexParent->getSymTag() == PDB_SymType::Exe) in getCompilandId()
60 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
62 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in getCompilandId()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2043 while (auto LexParent = m_session_up->getSymbolById(LexParentId)) { in GetCompilandId() local
2044 if (LexParent->getSymTag() == PDB_SymType::Exe) in GetCompilandId()
2046 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()
2048 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in GetCompilandId()