Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp98 return !Dbi->isStripped(); in hasPrivateSymbols()
DDbiStream.cpp172 bool DbiStream::isStripped() const { in isStripped() function in DbiStream
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h53 bool isStripped() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h53 bool isStripped() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h76 bool isStripped() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h115 bool isStripped() const;
486 inline bool SectionRef::isStripped() const { in isStripped() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h114 bool isStripped() const;
495 inline bool SectionRef::isStripped() const { in isStripped() function
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp217 bool DbiStream::isStripped() const { in isStripped() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp443 P.printBoolean("Is Stripped", DS->isStripped()); in dumpDbiStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp384 RAW_METHOD_DUMP(OS, isStripped); in dump()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp384 RAW_METHOD_DUMP(OS, isStripped); in dump()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp294 if (m_index->dbi().isStripped()) in CalculateAbilities()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1598 if (Section.isStripped()) in DWARFObjInMemory()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1667 if (Section.isStripped()) in DWARFObjInMemory()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp266 P.formatLine("Is stripped: {0}", DBI.isStripped()); in dumpFileSummary()