Searched refs:getAddress (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp33 entry.StartAddress = data.getAddress(offset_ptr);
34 entry.EndAddress = data.getAddress(offset_ptr);
H A DDWARFDebugFrame.cpp133 addInstruction(Opcode, Data.getAddress(Offset));
357 uint64_t InitialLocation = Data.getAddress(&Offset);
358 uint64_t AddressRange = Data.getAddress(&Offset);
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCObjectSymbolizer.cpp72 StubsSec.getAddress(StubsStart);
115 uint64_t SAddr; S->getAddress(SAddr);
166 uint64_t SymAddr; SI->getAddress(SymAddr);
210 uint64_t SAddr; S.getAddress(SAddr);
224 uint64_t SAddr; It->getAddress(SAddr);
250 uint64_t SAddr; SI->getAddress(SAddr);
257 uint64_t FoundSAddr; It->getAddress(FoundSAddr);
275 uint64_t StartAddr; RelSecI->getAddress(StartAddr);
299 RI->getAddress(Offset);
H A DMCObjectDisassembler.cpp49 SI->getAddress(Entrypoint);
105 uint64_t StartAddr; SI->getAddress(StartAddr);
196 SI->getAddress(SymAddr);
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } function in class:llvm::MachORelocation
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp56 Value *DbgDeclareInst::getAddress() const { function in class:DbgDeclareInst
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp81 A.getAddress(AAddr);
85 B.getAddress(BAddr);
269 Sections[0].getAddress(BaseAddress);
337 Sections[SectIdx].getAddress(SectionAddress);
365 Sections[SectIdx].getAddress(SectionAddress);
366 Symbols[SymIdx].getAddress(Start);
380 Symbols[NextSymIdx].getAddress(NextSym);
400 Sections[SectIdx].getAddress(SectAddress);
446 Sections[SectIdx].getAddress(SectAddress);
H A Dllvm-objdump.cpp395 if (error(i->getAddress(SectionAddr))) break;
405 if (error(si->getAddress(Address))) break;
577 if (error(si->getAddress(Address))) return;
604 if (error(si->getAddress(BaseAddr))) continue;
699 if (error(si->getAddress(Address))) continue;
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp34 uint64_t SymAddr; SymI->getAddress(SymAddr);
91 RSymI->getAddress(RSymAddr);
H A DX86ELFRelocationInfo.cpp33 uint64_t SymAddr; SymI->getAddress(SymAddr);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h130 uint64_t getAddress(uint32_t *offset_ptr) const { function in class:llvm::DataExtractor
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DObject.cpp141 if (error_code ec = (*unwrap(SI))->getAddress(ret))
187 if (error_code ec = (*unwrap(SI))->getAddress(ret))
209 if (error_code ec = (*unwrap(RI))->getAddress(ret))
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DObjectFile.h105 error_code getAddress(uint64_t &Result) const;
151 error_code getAddress(uint64_t &Result) const;
217 error_code getAddress(uint64_t &Result) const;
413 inline error_code SymbolRef::getAddress(uint64_t &Result) const { function in class:llvm::object::SymbolRef::SymbolRef
472 inline error_code SectionRef::getAddress(uint64_t &Result) const { function in class:llvm::object::SymbolRef::SectionRef
551 inline error_code RelocationRef::getAddress(uint64_t &Result) const { function in class:llvm::object::SymbolRef::RelocationRef
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp186 if (I->getAddress(Addr)) continue;
216 if (I->getAddress(Addr)) continue;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp385 Object = LV.getAddress();
406 llvm::Value *Value = LV.getAddress();
751 EmitTypeCheck(TCK, E->getExprLoc(), LV.getAddress(),
992 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
1236 EmitStoreOfScalar(value, lvalue.getAddress(), lvalue.isVolatile(),
1248 llvm::Value *AddrWeakObj = LV.getAddress();
1253 llvm::Value *Object = EmitARCLoadWeakRetained(LV.getAddress());
1391 EmitARCStoreWeak(Dst.getAddress(), Src.getScalarVal(), /*ignore*/ true);
1404 llvm::Value *LvalueDst = Dst.getAddress();
1412 llvm::Value *LvalueDst = Dst.getAddress();
[all...]
H A DCGValue.h110 Simple, // This is a normal l-value, use getAddress().
262 llvm::Value *getAddress() const { assert(isSimple()); return V; } function in class:clang::CodeGen::LValue
341 return RValue::getAggregate(getAddress(), isVolatileQualified());
429 return forAddr(LV.getAddress(), LV.getAlignment(),
H A DCGAtomic.cpp118 llvm::Value *addr = lvalue.getAddress();
177 llvm::Value *addr = dest.getAddress();
760 args.add(RValue::get(EmitCastToVoidPtr(src.getAddress())),
774 llvm::Value *addr = atomics.emitCastToAtomicIntPointer(src.getAddress());
840 CGF.EmitAggregateCopy(dest.getAddress(),
891 == dest.getAddress()->getType()->getPointerElementType());
910 args.add(RValue::get(EmitCastToVoidPtr(dest.getAddress())),
952 llvm::Value *addr = atomics.emitCastToAtomicIntPointer(dest.getAddress());
H A DCGDecl.cpp449 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getAddress();
559 lvalue.setAddress(CGF.BuildBlockByrefAddress(lvalue.getAddress(), var));
596 tempLV.setAddress(Builder.CreateStructGEP(tempLV.getAddress(),
601 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
608 EmitARCInitWeak(tempLV.getAddress(), zero);
640 EmitARCStoreWeak(lvalue.getAddress(), value, /*ignored*/ true);
642 EmitARCInitWeak(lvalue.getAddress(), value);
686 EmitARCInitWeak(lvalue.getAddress(), init);
1695 EmitARCStoreStrongCall(lv.getAddress(), Arg, true);
H A DCGClass.cpp442 llvm::Value *Dest = LHS.getAddress();
583 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
621 llvm::Value *BaseAddrPtr = Builder.CreateBitCast(LHS.getAddress(),
646 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
835 emitMemcpyIR(Dest.isBitField() ? Dest.getBitFieldAddr() : Dest.getAddress(),
836 Src.isBitField() ? Src.getBitFieldAddr() : Src.getAddress(),
990 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
1424 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer,
1681 llvm::Value *Src = EmitLValue(E).getAddress();
[all...]
H A DCGExprAgg.cpp316 llvm::Value *ArrayPtr = Array.getAddress();
555 CGF.EmitDynamicCast(LV.getAddress(), cast<CXXDynamicCastExpr>(E));
1072 CGF.EmitNullInitialization(lv.getAddress(), lv.getType());
1210 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(),
1221 dyn_cast<llvm::GetElementPtrInst>(LV.getAddress()))
H A DCGObjC.cpp521 ivar, 0).getAddress();
796 CGF.LoadObjCSelf(), ivar, 0).getAddress();
856 llvm::Value *ivarAddr = LV.getAddress();
939 EmitAggregateCopy(ReturnValue, LV.getAddress(), ivarType);
944 value = LV.getAddress();
984 .getAddress();
992 llvm::Value *argAddr = CGF.EmitLValue(&argRef).getAddress();
1030 CGF.LoadObjCSelf(), ivar, 0).getAddress();
1038 llvm::Value *argAddr = CGF.EmitLValue(&argRef).getAddress();
1117 llvm::Value *ivarAddr = ivarLValue.getAddress();
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h232 /// getAddress - Return the address of this pointer in this block. This can
239 Value *getAddress() const { return Address; } function in class:llvm::NonLocalDepResult
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h83 Value *getAddress() const;
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp212 if (I->getAddress(Addr)) continue;
/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp166 if (I->getAddress(Addr)) continue;

Completed in 403 milliseconds

123