Searched defs:APC (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 674 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; local 675 AllocaPoisonCallVec.push_back(APC); 1814 for (const auto &APC : AllocaPoisonCallVec) { 1815 assert(APC.InsBefore); 1816 assert(APC.AI); 1817 IRBuilder<> IRB(APC.InsBefore); 1818 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); 1819 HavePoisonedAllocas |= APC [all...] |
/external/valgrind/helgrind/ |
H A D | libhb_core.c | 6818 APC = After, Partial Cacheline, i.e. first address after the 6824 If addr+len starts a SecMap, then APC == ARE == AFC 6825 If addr+len starts a Cacheline, then APC == ARE 6832 Addr APC = ROUNDDN(ARE, N_LINE_ARANGE); local 6859 PlenCONSUME(AFC, APC, N_LINE_ARANGE, AFClen); 6860 PlenCONSUME(APC, ARE, 1, APClen); 6865 " AFC %p[%ld] APC %p[%ld]\n", 6868 (void*)AFC, AFClen, (void*)APC, APClen); 6878 zsm_sset_range_SMALL (APC, APClen, SVal_NOACCESS); 6884 shmem__invalidate_scache_range (BFC, APC [all...] |
Completed in 149 milliseconds