Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h207 TpiSource *debugTypesObj = nullptr; variable
334 TpiSource *debugTypesObj = nullptr; variable
H A DInputFiles.cpp810 debugTypesObj = makeTpiSource(ctx, this); in initializeDependencies()
828 debugTypesObj = makePrecompSource(ctx, this); in initializeDependencies()
836 debugTypesObj = makeUseTypeServerSource(ctx, this, ts); in initializeDependencies()
850 debugTypesObj = makeUsePrecompSource(ctx, this, precomp); in initializeDependencies()
857 debugTypesObj = makeTpiSource(ctx, this); in initializeDependencies()
942 debugTypesObj = makeTypeServerSource(ctx, this); in parse()
H A DPDB.cpp570 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord()
868 debugChunk->file->debugTypesObj) { in commit()
869 TpiSource *source = debugChunk->file->debugTypesObj; in commit()
H A DDebugTypes.cpp434 tsSrc = (TypeServerSource *)pdb->debugTypesObj; in getTypeServerSource()