Home
last modified time | relevance | path

Searched defs:TypePoolRef (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.h48 SyntheticTypeNameBuilder(TypePool &TypePoolRef) : TypePoolRef(TypePoolRef) {} in SyntheticTypeNameBuilder()
125 TypePool &TypePoolRef; variable
H A DDWARFLinkerCompileUnit.cpp301 assignTypeNames(TypePool & TypePoolRef) assignTypeNames() argument