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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp85 class PrecompSource : public TpiSource { class in namespace:__anon2669
87 PrecompSource(ObjFile *f) : TpiSource(PCH, f) { function in class:__anon2669::PrecompSource
104 static std::map<uint32_t, PrecompSource *> mappings;
108 // Microsoft precompiled headers OBJ (see PrecompSource).
146 return make<PrecompSource>(file);
160 std::map<uint32_t, PrecompSource *> PrecompSource::mappings;
370 static PrecompSource *findObjByName(StringRef fileNameOnly) {
372 for (auto kv : PrecompSource::mappings) {
390 PrecompSource *precom
[all...]

Completed in 31 milliseconds