Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp402 return pdb().hasPDBIpiStream(); in hasIds()
421 assert(isPdb() && pdb().hasPDBIpiStream()); in getOrCreateTypeCollection()
464 if (isObj() || !pdb().hasPDBIpiStream()) in ids()
H A DPDBFile.cpp316 if (!hasPDBIpiStream()) in getPDBIpiStream()
428 bool PDBFile::hasPDBIpiStream() const { in hasPDBIpiStream() function in PDBFile
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h113 bool hasPDBIpiStream() const;
/openbsd/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp192 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource()
367 if (pdbFile.hasPDBIpiStream()) { in mergeDebugT()
763 if (!pdbFile.hasPDBIpiStream()) in loadGHashes()
799 if (pdbFile.hasPDBIpiStream()) { in remapTpiWithGHashes()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp259 P.formatLine("Has IDs: {0}", getPdb().hasPDBIpiStream()); in dumpFileSummary()
1347 Present = getPdb().hasPDBIpiStream(); in dumpTpiStream()
H A Dllvm-pdbutil.cpp1338 if (File.hasPDBIpiStream()) { in mergePdbs()