Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h171 TpiSource *makePrecompSource(COFFLinkerContext &ctx, ObjFile *file);
H A DDebugTypes.cpp205 TpiSource *lld::coff::makePrecompSource(COFFLinkerContext &ctx, ObjFile *file) { in makePrecompSource() function in lld::coff
H A DInputFiles.cpp828 debugTypesObj = makePrecompSource(ctx, this); in initializeDependencies()