| /external/llvm/include/llvm/Analysis/ |
| MemoryDependenceAnalysis.h | 224 void setResult(const MemDepResult &R, Value *Addr) { 226 Address = Addr;
|
| /external/llvm/lib/Target/Hexagon/ |
| HexagonInstrInfo.h | 90 SmallVectorImpl<MachineOperand> &Addr, 101 SmallVectorImpl<MachineOperand> &Addr,
|
| /external/llvm/lib/Target/XCore/ |
| XCoreLowerThreadLocal.cpp | 215 Value *Addr = Builder.CreateInBoundsGEP(NewGV, Indices); 216 U->replaceUsesOfWith(GV, Addr);
|
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readpdb.c | [all...] |
| readdwarf3.c | 406 Addr cu_svma; 530 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd) 573 p += sizeof(Addr); 577 p += sizeof(Addr); 591 vg_assert(sizeof(UWord) == sizeof(Addr)); 624 Addr svma_of_referencing_CU ) 626 Addr base; 632 vg_assert(sizeof(UWord) == sizeof(Addr)); 739 struct { Addr aMin; Addr aMax; [all...] |
| /external/valgrind/main/coregrind/ |
| m_main.c | [all...] |
| pub_core_options.h | 302 extern Addr VG_(clo_aspacem_minAddr);
|
| /external/valgrind/main/drd/tests/ |
| unit_bitmap.c | 59 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) 74 struct { Addr address; SizeT size; BmAccessTypeT access_type; } 199 const Addr lb = make_address(2, 0) - 2 * BITS_PER_UWORD; 200 const Addr ub = make_address(2, 0) + 2 * BITS_PER_UWORD;
|
| /external/valgrind/main/memcheck/tests/ |
| unit_oset.c | 433 Addr first; 434 Addr last; 450 Addr key = *(const Addr*)vkey; 462 Addr a;
|
| /external/valgrind/main/helgrind/ |
| hg_errors.c | 294 Addr data_addr; 322 Addr lock_ga; /* purported address of the lock */ 334 Addr shouldbe_earlier_ga; 335 Addr shouldbe_later_ga; 418 Addr acc_addr = xe->XE.Race.data_addr; 456 Addr data_addr, Int szB, Bool isWrite, 552 void HG_(record_error_UnlockBogus) ( Thread* thr, Addr lock_ga ) 569 Addr shouldbe_earlier_ga, 570 Addr shouldbe_later_ga, [all...] |
| /external/clang/lib/CodeGen/ |
| TargetInfo.cpp | [all...] |
| CGClass.cpp | 350 llvm::Value *Addr = 355 /*Delegating=*/false, Addr); [all...] |
| /external/valgrind/main/coregrind/m_syswrap/ |
| syswrap-ppc32-linux.c | 68 void ML_(call_on_new_stack_0_1) ( Addr stack, 69 Addr retaddr, 235 UInt flags, Addr sp, 238 Addr child_tls) 320 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp); 544 //.. if (a2 != (Addr)NULL) 546 //.. if (a3 != (Addr)NULL) 548 //.. if (a4 != (Addr)NULL) 550 //.. if (a5 != (Addr)NULL) 599 (Addr)ARG2, /* child SP * [all...] |
| priv_syswrap-linux.h | 39 extern Addr ML_(allocstack) ( ThreadId tid ); 40 extern void ML_(call_on_new_stack_0_1) ( Addr stack, Addr retaddr,
|
| /external/chromium_org/net/tools/dump_cache/ |
| dump_files.cc | 57 void DumpStats(const base::FilePath& path, disk_cache::CacheAddr addr) { 67 disk_cache::Addr address(addr); 169 bool LoadEntry(disk_cache::CacheAddr addr, disk_cache::EntryStore* entry); 170 bool LoadRankings(disk_cache::CacheAddr addr, 232 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr, 234 disk_cache::Addr address(addr); 244 printf("Entry at 0x%x\n", addr); 249 dumped_entries_.insert(addr); [all...] |
| /external/llvm/lib/Transforms/Instrumentation/ |
| DataFlowSanitizer.cpp | 242 Value *getShadowAddress(Value *Addr, Instruction *Pos); 292 void storeShadow(Value *Addr, uint64_t Size, uint64_t Align, Value *Shadow, [all...] |
| MemorySanitizer.cpp | 552 void storeOrigin(IRBuilder<> &IRB, Value *Addr, Value *Shadow, Value *Origin, 555 IRB.CreateAlignedStore(updateOrigin(Origin, IRB), getOriginPtr(Addr, IRB), 571 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), 580 getOriginPtr(Addr, IRBNew), Alignment); 591 Value *Addr = SI.getPointerOperand(); 593 Value *ShadowPtr = getShadowPtr(Addr, Shadow->getType(), IRB); 600 if (ClCheckAccessAddress) insertShadowCheck(Addr, &SI); 606 storeOrigin(IRB, Addr, Shadow, getOrigin(Val), Alignment, [all...] |
| /external/valgrind/main/callgrind/ |
| callstack.c | 186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip) 191 Addr ret_addr; 407 Int CLG_(unwind_call_stack)(Addr sp, Int minpops)
|
| main.c | 837 Addr IRConst2Addr(IRConst* con) 839 Addr addr; local 841 if (sizeof(Addr) == 4) { 843 addr = con->Ico.U32; 845 else if (sizeof(Addr) == 8) { 847 addr = con->Ico.U64; 850 VG_(tool_panic)("Callgrind: invalid Addr type"); 852 return addr; 867 Addr instrAddr =0, jumpDst 1072 IRExpr* addr = sg->addr; local 1085 IRExpr* addr = lg->addr; local [all...] |
| /external/llvm/include/llvm-c/ |
| ExecutionEngine.h | 170 void* Addr);
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DIE.cpp | 379 unsigned Addr = Entry.getOffset(); 386 Addr += CU->getDebugInfoOffset(); 388 AP->EmitLabelPlusOffset(CU->getSectionSym(), Addr, 391 AP->EmitLabelOffsetDifference(CU->getSectionSym(), Addr,
|
| /external/llvm/lib/ExecutionEngine/JIT/ |
| JIT.h | 142 void addPointerToBasicBlock(const BasicBlock *BB, void *Addr);
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldELF.h | 93 void updateGOTEntries(StringRef Name, uint64_t Addr) override;
|
| /external/llvm/tools/llvm-symbolizer/ |
| LLVMSymbolize.cpp | 94 std::string &Name, uint64_t &Addr, 104 if (it->first.Size != 0 && it->first.Addr + it->first.Size <= Address) 107 Addr = it->first.Addr;
|
| /external/valgrind/main/include/ |
| pub_tool_basics.h | 89 // Addr is for holding an address. AddrH was intended to be "Addr on the 93 typedef UWord Addr; // 32 64
|