Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp234 DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> &AllocaDbgMap,
1143 DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> &AllocaDbgMap, in instrumentStack() argument
1165 for (auto *DDI : AllocaDbgMap.lookup(AI)) { in instrumentStack()
1222 DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> AllocaDbgMap; in sanitizeFunction() local
1239 AllocaDbgMap[Alloca].push_back(DVI); in sanitizeFunction()
1281 instrumentStack(AllocasToInstrument, AllocaDbgMap, RetVec, StackTag); in sanitizeFunction()