Home
last modified time | relevance | path

Searched refs:hasPDBIpiStream (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp403 return pdb().hasPDBIpiStream(); in hasIds()
422 assert(isPdb() && pdb().hasPDBIpiStream()); in getOrCreateTypeCollection()
465 if (isObj() || !pdb().hasPDBIpiStream()) in ids()
H A DPDBFile.cpp315 if (!hasPDBIpiStream()) in getPDBIpiStream()
427 bool PDBFile::hasPDBIpiStream() const { in hasPDBIpiStream() function in PDBFile
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h113 bool hasPDBIpiStream() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp194 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource()
369 if (pdbFile.hasPDBIpiStream()) { in mergeDebugT()
765 if (!pdbFile.hasPDBIpiStream()) in loadGHashes()
801 if (pdbFile.hasPDBIpiStream()) { in remapTpiWithGHashes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp260 P.formatLine("Has IDs: {0}", getPdb().hasPDBIpiStream()); in dumpFileSummary()
1347 Present = getPdb().hasPDBIpiStream(); in dumpTpiStream()
H A Dllvm-pdbutil.cpp1336 if (File.hasPDBIpiStream()) { in mergePdbs()