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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp316 SmallVector<Instruction*, 8> RetVec; local
333 RetVec.push_back(&Inst);
373 for (auto RetInst : RetVec) {
H A DAddressSanitizer.cpp466 SmallVector<Instruction*, 8> RetVec; member in struct:__anon26249::FunctionStackPoisoner
518 RetVec.push_back(&RI);
1686 for (auto Ret : RetVec) {

Completed in 49 milliseconds