Searched refs:Address (Results 126 - 150 of 649) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h41 // Locate an AddressRange that includes the provided Address in this object's
44 bool GetAddressRange(Address addr, AddressRange &range);
49 bool GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan);
129 bool FDEToUnwindPlan(uint32_t offset, Address startaddr,
H A DSymbol.h54 // an Address object that contains an constant integer value in
57 Address &GetAddressRef() { return m_addr_range.GetBaseAddress(); }
59 const Address &GetAddressRef() const { return m_addr_range.GetBaseAddress(); }
73 Address GetAddress() const {
75 // the Address inside m_addr_range to contain the value for symbols that
85 return Address();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
46 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0;
57 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h53 Address &address,
116 Address *GetPrintForDebuggerAddr();
118 std::unique_ptr<Address> m_PrintForDebugger_addr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp223 uint64_t Address,
228 std::pair<SymbolDesc, StringRef> SD{{Address, UINT64_C(-1)}, StringRef()};
234 SymbolIterator->first.Addr + SymbolIterator->first.Size <= Address)
258 getModuleSectionIndexForAddress(ModuleOffset.Address);
266 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset.Address,
279 getModuleSectionIndexForAddress(ModuleOffset.Address);
291 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset.Address,
304 getNameFromSymbolTable(SymbolRef::ST_Data, ModuleOffset.Address, Res.Name,
313 getModuleSectionIndexForAddress(ModuleOffset.Address);
317 /// Search for the first occurence of specified Address i
222 getNameFromSymbolTable(SymbolRef::Type Type, uint64_t Address, std::string &Name, uint64_t &Addr, uint64_t &Size) const argument
[all...]
H A DSymbolizableObjectFile.h58 bool getNameFromSymbolTable(object::SymbolRef::Type Type, uint64_t Address,
69 /// Search for the first occurence of specified Address in ObjectFile.
70 uint64_t getModuleSectionIndexForAddress(uint64_t Address) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc147 Result.Address = PA;
152 Memory::InvalidateInstructionCache(Result.Address, AllocSize);
158 if (M.Address == 0 || M.AllocatedSize == 0)
161 if (!VirtualFree(M.Address, 0, MEM_RELEASE))
164 M.Address = 0;
172 if (M.Address == 0 || M.AllocatedSize == 0)
178 if (!VirtualProtect(M.Address, M.AllocatedSize, Protect, &OldFlags))
182 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h76 Expected<CIEInformation *> findCIEInfo(JITTargetAddress Address) { argument
77 auto I = CIEInfos.find(Address);
80 formatv("{0:x16}", Address));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h17 #include "lldb/Core/Address.h"
48 /// Gets the Address for this breakpoint location \return
49 /// Returns breakpoint location Address.
50 Address &GetAddress();
308 /// The Address defining this location.
318 const Address &addr, lldb::tid_t tid, bool hardware,
326 Address m_address; ///< The address defining this location.
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pcib_acpi.c196 if (res->Data.Address.ProducerConsumer != ACPI_PRODUCER)
200 min = res->Data.Address16.Address.Minimum;
201 max = res->Data.Address16.Address.Maximum;
202 length = res->Data.Address16.Address.AddressLength;
205 min = res->Data.Address32.Address.Minimum;
206 max = res->Data.Address32.Address.Maximum;
207 length = res->Data.Address32.Address.AddressLength;
210 min = res->Data.Address64.Address.Minimum;
211 max = res->Data.Address64.Address.Maximum;
212 length = res->Data.Address64.Address
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp41 unsigned RegNo, uint64_t Address,
45 uint64_t Address,
48 uint64_t Address,
51 uint64_t Address,
54 uint64_t Address,
57 uint64_t Address,
60 uint64_t Address,
63 uint64_t Address,
66 unsigned RegNo, uint64_t Address,
69 uint64_t Address,
251 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
505 DecodeZPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void* Decoder) argument
516 DecodeZPR_4bRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
524 DecodeZPR_3bRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
543 DecodeZPR2RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void* Decoder) argument
567 DecodeZPR3RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void* Decoder) argument
591 DecodeZPR4RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void* Decoder) argument
815 DecodeMemExtend(MCInst &Inst, unsigned Imm, uint64_t Address, const void *Decoder) argument
822 DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm, uint64_t Address, const void *Decoder) argument
832 DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm, uint64_t Address, const void *Decoder) argument
840 DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1825 DecodeSImm(llvm::MCInst &Inst, uint64_t Imm, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp570 object::SectionedAddress Address,
606 object::SectionedAddress Address,
613 auto ExpectedLineInfo = Symbolizer->symbolizeCode(*Obj, Address);
674 uint64_t Address, bool Is64Bits) {
681 outs() << format(Fmt.data(), Address) << Name << "\t" << Val << "\n";
689 object::SectionedAddress Address, raw_ostream &OS,
694 SP->printSourceLine(OS, Address, ObjectFilename);
698 OS << format("%8" PRIx64 ":", Address.Address);
711 IP.printInst(MI, Address
605 printSourceLine(raw_ostream &OS, object::SectionedAddress Address, StringRef ObjectFilename, StringRef Delimiter) argument
673 printRelocation(StringRef FileName, const RelocationRef &Rel, uint64_t Address, bool Is64Bits) argument
687 printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, object::SectionedAddress Address, raw_ostream &OS, StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, StringRef ObjectFilename, std::vector<RelocationRef> *Rels = nullptr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h24 ThreadPlanCallUserExpression(Thread &thread, Address &function,
H A DUnwindAssembly.h40 Address &first_non_prologue_insn) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h39 const Address &resolved_addr,
H A DArchitectureMips.cpp10 #include "lldb/Core/Address.h"
81 Address resolved_addr;
102 Address sym_addr;
139 const ExecutionContext &exe_ctx, const Address &resolved_addr,
167 Address addr = resolved_addr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc145 Result.Address = Addr;
161 if (M.Address == nullptr || M.AllocatedSize == 0)
164 if (0 != ::munmap(M.Address, M.AllocatedSize))
167 M.Address = nullptr;
176 if (M.Address == nullptr || M.AllocatedSize == 0)
183 uintptr_t Start = alignAddr((const uint8_t *)M.Address - PageSize.value() + 1, PageSize);
184 uintptr_t End = alignAddr((const uint8_t *)M.Address + M.AllocatedSize, PageSize);
197 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
208 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h55 ArrayRef<uint8_t> Bytes, uint64_t Address,
67 uint64_t Address) const;
160 int64_t Value, uint64_t Address,
166 uint64_t Address) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h106 Address *addr) override = 0;
130 Address *addr) override;
153 Address *addr) override;
174 Address *addr) override;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c166 UINT8 *Address);
174 char *Address,
233 * AmlStart - Address of the starting point of the AML.
357 * PARAMETERS: Address - check if this address appears in the list
369 UINT8 *Address)
375 if (!Address)
380 Option = *(Address + 1);
396 AcpiGbl_CommentAddrListHead->Addr = Address;
404 if (Current->Addr != Address)
423 AcpiGbl_CommentAddrListHead->Addr = Address;
368 CvCommentExists( UINT8 *Address) argument
485 CvFileAddressLookup( char *Address, ACPI_FILE_NODE *Head) argument
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Daddrmatch.sh25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
27 Match Address 1.1.1.1,::1,!::3,2000::/16
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
46 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h131 virtual Address GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) = 0;
272 Address AddrWeakObj) = 0;
274 llvm::Value *src, Address dest) = 0;
276 llvm::Value *src, Address dest,
279 llvm::Value *src, Address dest,
282 llvm::Value *src, Address dest) = 0;
293 Address DestPtr,
294 Address SrcPtr,
H A DCGCXXABI.cpp42 CodeGenFunction &CGF, const Expr *E, Address This,
60 Address Base, llvm::Value *MemPtr,
173 Address CGCXXABI::InitializeArrayCookie(CodeGenFunction &CGF,
174 Address NewPtr,
180 return Address::invalid();
202 void CGCXXABI::ReadArrayCookie(CodeGenFunction &CGF, Address ptr,
218 Address allocAddr =
225 Address ptr,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h63 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); }
72 !Sanitizers.has(SanitizerKind::Address) &&

Completed in 175 milliseconds

1234567891011>>