Home
last modified time | relevance | path

Searched refs:isStripped (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp98 return !Dbi->isStripped(); in hasPrivateSymbols()
DDbiStream.cpp172 bool DbiStream::isStripped() const { in isStripped() function in DbiStream
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h53 bool isStripped() const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DObjectFile.h114 bool isStripped() const;
498 inline bool SectionRef::isStripped() const { in isStripped() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp384 RAW_METHOD_DUMP(OS, isStripped); in dump()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp294 if (m_index->dbi().isStripped()) in CalculateAbilities()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp266 P.formatLine("Is stripped: {0}", DBI.isStripped()); in dumpFileSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1676 if (Section.isStripped()) in DWARFObjInMemory()