Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.h174 TpiSource *makePrecompSource(COFFLinkerContext &ctx, ObjFile *file);
H A DInputFiles.cpp785 debugTypesObj = makePrecompSource(ctx, this); in initializeDependencies()
H A DDebugTypes.cpp198 TpiSource *lld::coff::makePrecompSource(COFFLinkerContext &ctx, ObjFile *file) { in makePrecompSource() function in lld::coff