Home
last modified time | relevance | path

Searched refs:debugTypesObj (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp797 debugTypesObj = makeTpiSource(this); in initializeDependencies()
815 debugTypesObj = makePrecompSource(this); in initializeDependencies()
823 debugTypesObj = makeUseTypeServerSource(this, ts); in initializeDependencies()
833 debugTypesObj = makeUsePrecompSource(this, precomp); in initializeDependencies()
840 debugTypesObj = makeTpiSource(this); in initializeDependencies()
926 debugTypesObj = makeTypeServerSource(this); in parse()
H A DInputFiles.h214 TpiSource *debugTypesObj = nullptr; variable
339 TpiSource *debugTypesObj = nullptr; variable
H A DPDB.cpp575 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord()
866 debugChunk->file->debugTypesObj) { in commit()
867 TpiSource *source = debugChunk->file->debugTypesObj; in commit()
H A DDebugTypes.cpp435 tsSrc = (TypeServerSource *)pdb->debugTypesObj; in getTypeServerSource()