Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp769 debugTypesObj = makeTpiSource(ctx, this); in initializeDependencies()
787 debugTypesObj = makePrecompSource(ctx, this); in initializeDependencies()
795 debugTypesObj = makeUseTypeServerSource(ctx, this, ts); in initializeDependencies()
809 debugTypesObj = makeUsePrecompSource(ctx, this, precomp); in initializeDependencies()
816 debugTypesObj = makeTpiSource(ctx, this); in initializeDependencies()
896 debugTypesObj = makeTypeServerSource(ctx, this); in parse()
H A DInputFiles.h204 TpiSource *debugTypesObj = nullptr; variable
328 TpiSource *debugTypesObj = nullptr; variable
H A DPDB.cpp573 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord()
871 debugChunk->file->debugTypesObj) { in commit()
872 TpiSource *source = debugChunk->file->debugTypesObj; in commit()
H A DDebugTypes.cpp432 tsSrc = (TypeServerSource *)pdb->debugTypesObj; in getTypeServerSource()