Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h190 TpiSource *makeTypeServerSource(PDBInputFile *pdbInputFile);
H A DDebugTypes.cpp198 TpiSource *lld::coff::makeTypeServerSource(PDBInputFile *pdbInputFile) { in makeTypeServerSource() function in lld::coff
H A DInputFiles.cpp926 debugTypesObj = makeTypeServerSource(this); in parse()