Home
last modified time | relevance | path

Searched refs:pdbInputFileInstances (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h62 std::map<std::string, PDBInputFile *> pdbInputFileInstances; variable
H A DInputFiles.cpp1141 auto it = ctx.pdbInputFileInstances.find(*p); in findFromRecordPath()
1142 if (it != ctx.pdbInputFileInstances.end()) in findFromRecordPath()
1148 symtab.ctx.pdbInputFileInstances[mb.getBufferIdentifier().str()] = this; in parse()
1207 auto it = symtab.ctx.pdbInputFileInstances.emplace(*p, nullptr); in enqueuePdbFile()