Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp80 return !Dbi->isStripped(); in hasPrivateSymbols()
DDbiStream.cpp171 bool DbiStream::isStripped() const { in isStripped() function in DbiStream
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/include/llvm/Object/
DObjectFile.h112 bool isStripped() const;
448 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1358 if (Section.isStripped()) in DWARFObjInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp228 P.formatLine("Is stripped: {0}", DBI.isStripped()); in dumpFileSummary()