Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/COFF/
H A DCOFFLinkerContext.h35 std::map<std::string, PDBInputFile *> pdbInputFileInstances; variable
H A DInputFiles.cpp889 auto it = ctx.pdbInputFileInstances.find(*p); in findFromRecordPath()
890 if (it != ctx.pdbInputFileInstances.end()) in findFromRecordPath()
896 ctx.pdbInputFileInstances[mb.getBufferIdentifier().str()] = this; in parse()
952 auto it = ctx.pdbInputFileInstances.emplace(*p, nullptr); in enqueuePdbFile()