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

/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp116 std::vector<uint32_t> GVProperties; variable
162 GVProperties.push_back(getEncodedProperties(GV));
187 bccAssert(GVAddresses.size() == GVProperties.size());
191 bccAssert(GVAddresses.size() == GVProperties.size());
251 llvm::ConstantDataArray::get(M.getContext(), GVProperties);

Completed in 119 milliseconds