Home
last modified time | relevance | path

Searched refs:FullTypes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.h36 std::vector<Type *> FullTypes; variable
67 FullTypes.resize(N); in resize()
71 FullTypes.emplace_back(Ty); in push_back()
77 FullTypes.clear(); in clear()
88 FullTypes.pop_back(); in pop_back()
95 FullTypes.resize(N); in shrinkTo()
H A DValueList.cpp74 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy); in assignValue()
75 FullTypes[Idx] = FullTy; in assignValue()
130 *FullTy = FullTypes[Idx]; in getValueFwdRef()