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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp394 SmallVector<AllocaInst*, 16> AllocaVec; member in struct:__anon22540::FunctionStackPoisoner
428 if (AllocaVec.empty()) return false;
456 AllocaVec.push_back(&AI);
516 void poisonRedZones(const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB,
1286 const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB, Value *ShadowBase,
1305 for (size_t i = 0, n = AllocaVec.size(); i < n; i++) {
1306 AllocaInst *AI = AllocaVec[i];
1339 bool LastAlloca = (i == AllocaVec.size() - 1);
1349 (AllocaVec.size() + 1) * RedzoneSize();
1354 assert(AllocaVec
1285 poisonRedZones( const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB, Value *ShadowBase, bool DoPoison) argument
[all...]

Completed in 50 milliseconds