Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp111 std::vector<llvm::Constant *> GVAddresses; in runOnModule() local
148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy)); in runOnModule()
185 bccAssert(GVAddresses.size() == GVSizes32.size()); in runOnModule()
187 bccAssert(GVAddresses.size() == GVProperties.size()); in runOnModule()
190 bccAssert(GVAddresses.size() == GVSizes64.size()); in runOnModule()
191 bccAssert(GVAddresses.size() == GVProperties.size()); in runOnModule()
194 size_t NumGlobals = GVAddresses.size(); in runOnModule()
228 llvm::ConstantArray::get(VoidPtrArrayTy, GVAddresses); in runOnModule()