Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.h171 TpiSource *makePrecompSource(COFFLinkerContext &ctx, ObjFile *file);
H A DInputFiles.cpp787 debugTypesObj = makePrecompSource(ctx, this); in initializeDependencies()
H A DDebugTypes.cpp203 TpiSource *lld::coff::makePrecompSource(COFFLinkerContext &ctx, ObjFile *file) { in makePrecompSource() function in lld::coff