Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.cpp795 debugTypesObj = makeTpiSource(this); in initializeDependencies()
813 debugTypesObj = makePrecompSource(this); in initializeDependencies()
821 debugTypesObj = makeUseTypeServerSource(this, ts); in initializeDependencies()
831 debugTypesObj = makeUsePrecompSource(this, precomp); in initializeDependencies()
838 debugTypesObj = makeTpiSource(this); in initializeDependencies()
924 debugTypesObj = makeTypeServerSource(this); in parse()
DInputFiles.h211 TpiSource *debugTypesObj = nullptr; variable
335 TpiSource *debugTypesObj = nullptr; variable
DDebugTypes.cpp431 tsSrc = (TypeServerSource *)pdb->debugTypesObj; in getTypeServerSource()