Searched refs:Address (Results 151 - 175 of 649) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp87 E.LowPC += BaseAddr->Address;
88 E.HighPC += BaseAddr->Address;
H A DDWARFDebugRnglists.cpp151 E.LowPC += BaseAddr->Address;
152 E.HighPC += BaseAddr->Address;
168 E.LowPC = Start->Address;
215 CurrentBase = SA->Address;
246 Start = SA->Address;
H A DDWARFContext.cpp935 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { argument
937 uint64_t CUOffset = getDebugAranges()->findAddress(Address);
942 DWARFContext::DIEsForAddress DWARFContext::getDIEsForAddress(uint64_t Address) { argument
945 DWARFCompileUnit *CU = getCompileUnitForAddress(Address);
950 Result.FunctionDIE = CU->getSubroutineForAddress(Address);
962 DIE.addressRangeContainsAddress(Address)) {
974 /// TODO: change input parameter from "uint64_t Address"
975 /// into "SectionedAddress Address"
977 uint64_t Address,
985 CU->getInlinedChainForAddress(Address, InlinedChai
976 getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName, uint32_t &StartLine) argument
1147 getLocalsForAddress(object::SectionedAddress Address) argument
1159 getLineInfoForAddress(object::SectionedAddress Address, DILineInfoSpecifier Spec) argument
1179 getLineInfoForAddressRange( object::SectionedAddress Address, uint64_t Size, DILineInfoSpecifier Spec) argument
1227 getInliningInfoForAddress(object::SectionedAddress Address, DILineInfoSpecifier Spec) argument
1349 uint64_t Address; member in struct:SymInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp33 void XCoreInstPrinter::printInst(const MCInst *MI, uint64_t Address, argument
36 printInstruction(MI, Address, O);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp33 ModuleAddress.Address = It->second;
60 ModuleAddress.Address = It->second;
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c195 UINT32 Address; local
207 Address = strtoul (Location, NULL, 16);
210 if (Address <= AmlOffset)
213 Address, AmlOffset);
218 WalkState->UserBreakpoint = Address;
219 AcpiOsPrintf ("Breakpoint set at AML offset %X\n", Address);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp77 Address address = range.GetBaseAddress();
79 Address addr;
202 Address vtable_first_entry_resolved;
208 Address vtable_addr_resolved;
250 Address function_address_resolved;
351 Address pc_addr_resolved;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h320 /// TODO: change input parameter from "uint64_t Address"
321 /// into "SectionedAddress Address"
322 DIEsForAddress getDIEsForAddress(uint64_t Address);
325 object::SectionedAddress Address,
328 object::SectionedAddress Address, uint64_t Size,
331 object::SectionedAddress Address,
335 getLocalsForAddress(object::SectionedAddress Address) override;
377 /// TODO: change input parameter from "uint64_t Address"
378 /// into "SectionedAddress Address"
379 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp94 Address ABIInfo::EmitMSVAArg(CodeGenFunction &CGF, Address VAListAddr,
96 return Address::invalid();
289 static Address emitVoidPtrDirectVAArg(CodeGenFunction &CGF,
290 Address VAListAddr,
304 Address Addr = Address::invalid();
306 Addr = Address(emitRoundPointerUpToAlignment(CGF, Ptr, DirectAlign),
309 Addr = Address(Ptr, SlotSize);
314 Address NextPt
[all...]
H A DCGDecl.cpp391 setAddrOfLocalVar(&D, Address(addr, alignment));
443 LocalDeclMap.find(&D)->second = Address(castedAddr, alignment);
458 DestroyObject(Address addr, QualType type,
464 Address addr;
480 DestroyNRVOVariable(Address addr, QualType type, llvm::Value *NRVOFlag)
484 Address Loc;
512 DestroyNRVOVariableCXX(Address addr, QualType type,
528 DestroyNRVOVariableC(Address addr, llvm::Value *NRVOFlag, QualType Ty)
537 Address Stack;
538 CallStackRestore(Address Stac
[all...]
H A DTargetInfo.h98 llvm::Value *Address) const {
108 llvm::Value *Address) const {
109 return Address;
118 llvm::Value *Address) const {
119 return Address;
H A DCGCleanup.cpp44 Address addr =
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex");
61 Address V = rv.getAggregateAddress(); // TODO: volatile?
66 Address addr =
79 return Address(value, CharUnits::fromQuantity(alignment));
87 return RValue::getAggregate(Address(Value, CharUnits::fromQuantity(Align)));
90 return RValue::getAggregate(Address(addr, CharUnits::fromQuantity(Align)));
93 Address address = getSavingAddress(Value);
277 Address CodeGenFunction::createCleanupActiveFlag() {
279 Address activ
[all...]
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c1318 @param Address The IP v4 address.
1323 IN EFI_IPv4_ADDRESS *Address
1326 UefiDevicePathLibCatPrint (Str, "%d.%d.%d.%d", Address->Addr[0], Address->Addr[1], Address->Addr[2], Address->Addr[3]);
1333 @param Address The IP v6 address.
1338 IN EFI_IPv6_ADDRESS *Address
1343 Address->Addr[0], Address
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c397 ThisRegister->StatusAddress.Address =
398 GpeBlock->Address + i;
400 ThisRegister->EnableAddress.Address =
401 GpeBlock->Address + i + GpeBlock->RegisterCount;
460 * GpeBlockAddress - Address and SpaceID
477 UINT64 Address,
507 GpeBlock->Address = Address;
475 AcpiEvCreateGpeBlock( ACPI_NAMESPACE_NODE *GpeDevice, UINT64 Address, UINT8 SpaceId, UINT32 RegisterCount, UINT16 GpeBlockBaseNumber, UINT32 InterruptNumber, ACPI_GPE_BLOCK_INFO **ReturnGpeBlock) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h336 virtual Symbol *ResolveSymbolForAddress(const Address &so_addr,
450 virtual lldb_private::Address GetImageInfoAddress(Target *target) {
451 return Address();
460 virtual lldb_private::Address GetEntryPointAddress() { return Address(); }
470 virtual lldb_private::Address GetBaseAddress() {
471 return Address(m_memory_addr);
H A DBlock.h345 bool GetRangeContainingAddress(const Address &addr, AddressRange &range);
350 uint32_t GetRangeIndexContainingAddress(const Address &addr);
356 bool GetStartAddress(Address &addr);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h243 * 16, 32 and 64-bit Address Descriptor resource types
334 UINT16 Address; member in struct:acpi_resource_fixed_io
404 UINT32 Address; member in struct:acpi_resource_fixed_memory32
502 ACPI_ADDRESS16_ATTRIBUTE Address; member in struct:acpi_resource_address16
510 ACPI_ADDRESS32_ATTRIBUTE Address; member in struct:acpi_resource_address32
518 ACPI_ADDRESS64_ATTRIBUTE Address; member in struct:acpi_resource_address64
527 ACPI_ADDRESS64_ATTRIBUTE Address; member in struct:acpi_resource_extended_address64
551 UINT64 Address; member in struct:acpi_resource_generic_register
884 ACPI_RESOURCE_ADDRESS Address; /* Common 16/32/64 address fields */ member in union:acpi_resource_data
918 UINT64 Address; /* her member in struct:acpi_pci_routing_table
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c408 ResourceType = Resource->Address.ResourceType;
409 SpecificFlags = Resource->Address.SpecificFlags;
410 Flags = Resource->Address.Flags;
477 if (Resource->Address.ResourceType == ACPI_IO_RANGE)
479 AcpiDmIoFlags2 (Resource->Address.SpecificFlags);
481 else if (Resource->Address.ResourceType == ACPI_MEMORY_RANGE)
483 AcpiDmMemoryFlags2 (Resource->Address.SpecificFlags);
496 * DESCRIPTION: Decode the flags specific to Space Address space descriptors
521 * DESCRIPTION: Decode the flags specific to IO Address space descriptors
545 * DESCRIPTION: Decode the flags specific to IO Address spac
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp92 Address::DumpStyleLoadAddress);
97 Address::DumpStyleLoadAddress);
136 true, Address::DumpStyleLoadAddress,
137 Address::DumpStyleLoadAddress, true);
155 true, Address::DumpStyleLoadAddress,
156 Address::DumpStyleLoadAddress, true);
178 true, Address::DumpStyleLoadAddress,
179 Address::DumpStyleLoadAddress, true);
340 Address run_to_address;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h12 #include "lldb/Core/Address.h"
59 Instruction(const Address &address,
64 const Address &GetAddress() const { return m_address; }
86 void SetAddress(const Address &addr) {
212 Address m_address; // The section offset address of this instruction
308 uint32_t GetIndexOfInstructionAtAddress(const Address &addr);
393 const char *flavor, const Address &start, const void *bytes,
407 const ExecutionContext &exe_ctx, const Address &start,
454 const Address &range, uint32_t num_instructions,
457 virtual size_t DecodeInstructions(const Address
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp118 Expected<uint64_t> Address = Symbol.getAddress(); local
119 if (!Address)
120 return errorToErrorCode(Address.takeError());
121 if (*Address == VA) {
193 uint64_t Address = Section.getAddress(); local
196 if (VA >= Address && (VA - Address) <= Size)
333 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; local
334 XData = getSectionContaining(Ctx.COFF, Address);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
42 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h40 bool setLoadAddress(uint64_t Address) override;
50 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
61 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp86 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr,
113 UnwindTable::GetFuncUnwindersContainingAddress(const Address &addr,
151 UnwindTable::GetUncachedFuncUnwindersContainingAddress(const Address &addr,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h32 /// StackFrames may have a Canonical Frame Address (CFA) or not.
87 /// The Canonical Frame Address (this terminology from DWARF) for this
120 const Address &pc, bool behaves_like_zeroth_frame,
129 /// Get an Address for the current pc value in this StackFrame.
134 /// The Address object set to the current PC value.
135 const Address &GetFrameCodeAddress();
165 /// Return the Canonical Frame Address (DWARF term) for this frame.
187 /// Get the DWARFExpression corresponding to the Canonical Frame Address.
510 Address m_frame_code_addr; // The frame code address (might not be the same as

Completed in 198 milliseconds

1234567891011>>