Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp118 class PrecompSource : public TpiSource { class
120 PrecompSource(ObjFile *f) : TpiSource(PCH, f) { in PrecompSource() function in __anon8764634b0111::PrecompSource
134 static std::map<uint32_t, PrecompSource *> mappings;
208 return make<PrecompSource>(file); in makePrecompSource()
218 std::map<uint32_t, PrecompSource *> PrecompSource::mappings;
469 static PrecompSource *findObjByName(StringRef fileNameOnly) { in findObjByName()
471 for (auto kv : PrecompSource::mappings) { in findObjByName()
482 static PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr) { in findPrecompSource()
489 auto it = PrecompSource::mappings.find(pr.getSignature()); in findPrecompSource()
490 if (it != PrecompSource::mappings.end()) { in findPrecompSource()
[all …]