Home
last modified time | relevance | path

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

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