Searched refs:ConstantsList (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h140 std::vector<int64_t> ConstantsList; member in struct:llvm::StackMaps::ConstantPool
144 size_t getNumConstants() const { return ConstantsList.size(); }
145 int64_t getConstant(size_t Idx) const { return ConstantsList[Idx]; }
147 size_t NextIdx = ConstantsList.size();
152 ConstantsList.push_back(ConstVal);

Completed in 48 milliseconds