Searched refs:Address (Results 176 - 200 of 649) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h216 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags) argument
217 : Address(Address), Flags(Flags) {}
220 explicit operator bool() const { return Address != 0; }
223 JITTargetAddress getAddress() const { return Address; }
232 JITTargetAddress Address = 0; member in class:llvm::JITEvaluatedSymbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1004 Address BaseAddr,
1005 llvm::function_ref<void(Address)> Fn) {
1013 Fn(Address(EltAddr, EltAlign));
1025 *this, CAExp, LV.getAddress(*this), [&](Address EltAddr) {
1030 Address This = LV.getAddress(*this);
1033 Address Base =
1066 Address Addr = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
1069 *this, CAExp, Addr, [&](Address EltAddr) {
1077 Address This = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
1081 Address Bas
[all...]
H A DCGExpr.cpp64 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty,
70 return Address(Alloca, Align);
75 Address CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, CharUnits Align,
78 Address *AllocaAddr) {
100 return Address(V, Align);
119 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty,
126 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) {
134 Address CodeGenFunction::CreateIRTemp(QualType Ty, const Twine &Name) {
139 Address CodeGenFunction::CreateMemTemp(QualType Ty, const Twine &Name,
140 Address *Alloc
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp1439 Address WorkFn =
1441 Address ExecStatus =
2169 Address RecPtr = Address(llvm::ConstantPointerNull::get(GlobalRecPtrTy),
2240 Address(UseSharedMemory,
2252 Address(RecSize, CGM.getSizeAlign()), /*Volatile=*/false,
2270 Address FrameAddr = CGF.EmitLoadOfPointer(
2271 Address(KernelStaticGlobalized, CGM.getPointerAlign()),
2333 Address(Ptr, CGM.getContext().getDeclAlign(Rec.first)), VarTy,
2347 Address(Bl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h21 class Address;
56 Address *addr) = 0;
112 /// Call this method with a Address to see if \a address passes the filter.
119 virtual bool AddressPasses(Address &addr);
322 bool AddressPasses(Address &address) override;
373 bool AddressPasses(Address &address) override;
413 bool AddressPasses(Address &address) override;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacinterp.h201 #define ACPI_EXD_HDLR_LIST 15 /* Address Handler list */
791 ACPI_PHYSICAL_ADDRESS Address,
800 ACPI_PHYSICAL_ADDRESS Address,
809 ACPI_PHYSICAL_ADDRESS Address,
818 ACPI_PHYSICAL_ADDRESS Address,
827 ACPI_PHYSICAL_ADDRESS Address,
836 ACPI_PHYSICAL_ADDRESS Address,
845 ACPI_PHYSICAL_ADDRESS Address,
855 ACPI_PHYSICAL_ADDRESS Address,
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsmemory.c183 * Minimum Base Address
184 * Maximum Base Address
185 * Address Base Alignment
217 * Minimum Base Address
218 * Maximum Base Address
219 * Address Base Alignment
251 * Base Address
254 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.FixedMemory32.Address),
255 AML_OFFSET (FixedMemory32.Address),
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwesleep.c233 if (!AcpiGbl_FADT.SleepControl.Address ||
234 !AcpiGbl_FADT.SleepStatus.Address)
/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c298 ACPI_PHYSICAL_ADDRESS Address,
316 Address + i, &val);
326 (uintmax_t)Address);
331 Address, BitWidth, Value, 0));
341 (uintmax_t)Address);
348 Address + i, &val);
363 ACPI_PHYSICAL_ADDRESS Address, \
367 return (aml_vm_space_handler(id, Function, Address, \
295 aml_vm_space_handler( UINT32 SpaceID, UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, int Prompt) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h12 #include "lldb/Core/Address.h"
90 lldb_private::Address GetEntryPointAddress() override;
92 lldb_private::Address GetBaseAddress() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h82 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
86 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp35 void AVRInstPrinter::printInst(const MCInst *MI, uint64_t Address, argument
82 printInstruction(MI, Address, O);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp27 void BPFInstPrinter::printInst(const MCInst *MI, uint64_t Address, argument
30 printInstruction(MI, Address, O);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp29 void MSP430InstPrinter::printInst(const MCInst *MI, uint64_t Address, argument
33 printInstruction(MI, Address, O);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { argument
145 return (S_OK == Session->put_loadAddress(Address));
193 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { argument
197 if (S_OK != Session->findSymbolByVA(Address, EnumVal, &Symbol)) {
201 DWORD RVA = static_cast<DWORD>(Address - LoadAddr);
250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { argument
252 if (S_OK != Session->findLinesByVA(Address, Length, &LineNumbers)) {
256 DWORD RVA = static_cast<DWORD>(Address - LoadAddr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h77 bool DumpLocationForAddress(Stream *s, const Address &address);
87 bool LocationIsValidForAddress(const Address &address);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h17 #include "lldb/Core/Address.h"
82 const Address &function_address,
304 Address m_function_addr; ///< If we don't have the FunctionSP, we at least
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/InstPrinter/
H A DVEInstPrinter.cpp42 void VEInstPrinter::printInst(const MCInst *MI, uint64_t Address, argument
46 printInstruction(MI, Address, STI, OS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.h35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
39 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
43 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h105 Addressable(JITTargetAddress Address, bool IsDefined) argument
106 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {}
108 Addressable(JITTargetAddress Address) argument
109 : Address(Address), IsDefined(false), IsAbsolute(true) {
120 JITTargetAddress getAddress() const { return Address; }
121 void setAddress(JITTargetAddress Address) { this->Address = Address; } argument
129 JITTargetAddress Address = 0; member in class:llvm::jitlink::Addressable
142 Block(Section &Parent, JITTargetAddress Size, JITTargetAddress Address, uint64_t Alignment, uint64_t AlignmentOffset) argument
803 createContentBlock(Section &Parent, StringRef Content, uint64_t Address, uint64_t Alignment, uint64_t AlignmentOffset) argument
810 createZeroFillBlock(Section &Parent, uint64_t Size, uint64_t Address, uint64_t Alignment, uint64_t AlignmentOffset) argument
861 addAbsoluteSymbol(StringRef Name, JITTargetAddress Address, uint64_t Size, Linkage L, Scope S, bool IsLive) argument
871 addCommonSymbol(StringRef Name, Scope S, Section &Section, JITTargetAddress Address, uint64_t Size, uint64_t Alignment, bool IsLive) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp109 addr_description.Address(), AsanThreadIdAndName(tid).c_str());
129 dealloc_names[dealloc_type], addr_description.Address());
148 addr_description.Address());
161 addr_description.Address());
301 bug_type, addr1_description.Address(),
302 addr1_description.Address() + length1, addr2_description.Address(),
303 addr2_description.Address() + length2);
373 addr1_description.Address(), addr2_description.Address());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp18 // | Function Entry Address |
40 // | Function Entry Address |
42 // | Exception Data Entry Address |
95 static std::string formatSymbol(StringRef Name, uint64_t Address, argument
104 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address);
106 OS << format("(0x%" PRIX64 ")", Address);
108 OS << format("0x%" PRIX64, Address);
214 uint64_t Address = Section.getAddress(); local
217 if (VA >= Address && (VA - Address) <
232 Expected<uint64_t> Address = Symbol.getAddress(); local
887 const uint64_t Address = COFF.getImageBase() + XData.ExceptionHandlerRVA(); local
986 uint64_t Address = *AddressOrErr; local
1002 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA(); local
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c221 ACPI_PHYSICAL_ADDRESS Address,
227 static ACPI_STATUS EcRead(struct acpi_ec_softc *sc, UINT8 Address,
229 static ACPI_STATUS EcWrite(struct acpi_ec_softc *sc, UINT8 Address,
310 bus_set_resource(child, SYS_RES_IOPORT, 0, ecdt->Data.Address,
312 bus_set_resource(child, SYS_RES_IOPORT, 1, ecdt->Control.Address,
761 EcSpaceHandler(UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 Width, argument
769 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, (UINT32)Address);
775 if (Address + Width / 8 > 256)
805 EcAddr = Address;
822 } while (EcAddr < Address
967 EcRead(struct acpi_ec_softc *sc, UINT8 Address, UINT8 *Data) argument
997 EcWrite(struct acpi_ec_softc *sc, UINT8 Address, UINT8 Data) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeinit.c239 AcpiGbl_FADT.XGpe0Block.Address)
249 AcpiGbl_FADT.XGpe0Block.Address,
262 AcpiGbl_FADT.XGpe1Block.Address)
289 AcpiGbl_FADT.XGpe1Block.Address,

Completed in 225 milliseconds

1234567891011>>