Searched defs:Addr (Results 26 - 50 of 184) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_debug.c619 void aacraid_fw_print_mem(struct aac_softc *sc, unsigned long PrintFlags, u_int8_t *Addr, int Count) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp154 lookup(DataExtractor &Data, const GsymReader &GR, uint64_t FuncAddr, uint64_t Addr) argument
H A DLineTable.cpp266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp257 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { argument
211 op_write_native_code(const char* Name, uint64_t Addr, void const* Code, const unsigned int Size) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp97 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr, argument
109 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr, argument
120 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr, argument
130 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr, argument
137 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, argument
292 uint64_t Addr = getSymbolAddress(Name); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp50 uintptr_t Addr = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp35 raw_ostream &object::operator<<(raw_ostream &OS, const SectionedAddress &Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h51 findSectionByAddress(const object::ELFObjectFile<ELFT> *ObjF, uint64_t Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp103 bool LanaiDAGToDAGISel::selectAddrSls(SDValue Addr, SDValue &Offset) { argument
121 selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp, bool RiMode) argument
201 selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
206 selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
211 selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h34 uint64_t Addr; member in struct:llvm::SymbolInfoTy
45 SymbolInfoTy(uint64_t Addr, StringRef Name, argument
49 SymbolInfoTy(uint64_t Addr, StringRef Name, uint8_t Type) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp167 bool VEDAGToDAGISel::selectADDRrri(SDValue Addr, SDValue &Base, SDValue &Index, argument
202 bool VEDAGToDAGISel::selectADDRrii(SDValue Addr, SDValue &Base, SDValue &Index, argument
215 selectADDRzri(SDValue Addr, SDValue &Base, SDValue &Index, SDValue &Offset) argument
221 selectADDRzii(SDValue Addr, SDValue &Base, SDValue &Index, SDValue &Offset) argument
243 selectADDRri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
253 matchADDRrr(SDValue Addr, SDValue &Base, SDValue &Index) argument
281 matchADDRri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp212 Value *Addr = Builder.CreateInBoundsGEP(NewGV->getValueType(), NewGV, local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp121 Value &Addr = *(args++); local
/freebsd-13-stable/sys/sys/
H A Delf_generic.h60 __ElfType(Addr); variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h68 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") { argument
72 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { argument
78 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, argument
85 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnit argument
89 CreateAlignedLoad(llvm::Value *Addr, CharUnits Align, const char *Name) argument
93 CreateAlignedLoad(llvm::Type *Ty, llvm::Value *Addr, CharUnits Align, const llvm::Twine &Name = �) argument
102 CreateStore(llvm::Value *Val, Address Addr, bool IsVolatile = false) argument
109 CreateAlignedStore(llvm::Value *Val, llvm::Value *Addr, CharUnits Align, bool IsVolatile = false) argument
116 CreateDefaultAlignedStore(llvm::Value *Val, llvm::Value *Addr, bool IsVolatile = false) argument
123 CreateFlagLoad(llvm::Value *Addr, const llvm::Twine &Name = �) argument
130 CreateFlagStore(bool Value, llvm::Value *Addr) argument
136 CreateBitCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
143 CreateAddrSpaceCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
151 CreateElementBitCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
158 CreatePointerBitCastOrAddrSpaceCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
173 CreateStructGEP(Address Addr, unsigned Index, const llvm::Twine &Name = �) argument
193 CreateConstArrayGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
211 CreateConstInBoundsGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
227 CreateConstGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
239 CreateConstInBoundsByteGEP(Address Addr, CharUnits Offset, const llvm::Twine &Name = �) argument
245 CreateConstByteGEP(Address Addr, CharUnits Offset, const llvm::Twine &Name = �) argument
253 CreateConstInBoundsGEP2_32(Address Addr, unsigned Idx0, unsigned Idx1, const llvm::Twine &Name = �) argument
305 CreatePreserveStructAccessIndex(Address Addr, unsigned Index, unsigned FieldIndex, llvm::MDNode *DbgInfo) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h147 virtual void assignValueToAddress(const ArgInfo &Arg, Register Addr, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h386 const SUnit *Addr = SUnits.empty() ? nullptr : &SUnits[0]; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h50 template <typename T> T jitTargetAddressToPointer(JITTargetAddress Addr) { argument
61 template <typename T> T jitTargetAddressToFunction(JITTargetAddress Addr) { argument
280 JITSymbol(JITTargetAddress Addr, JITSymbolFlags Flags) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h278 void addOverride(const std::string &Name, JITTargetAddress Addr) { argument
H A DOrcRemoteTargetRPCAPI.h128 char *Addr = reinterpret_cast<char *>(static_cast<uintptr_t>(Dst)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp71 const SUnit *Addr = nullptr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp218 getNameFromSymbolTable(SymbolRef::Type Type, uint64_t Address, std::string &Name, uint64_t &Addr, uint64_t &Size) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp141 uint64_t Addr = *AddrOrErr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h70 uint8_t *Addr = variable
80 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, variable
361 uint64_t Addr = getSymbolAddress(Name); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h136 uint8_t *Addr; local

Completed in 267 milliseconds

12345678