Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp74 tryAddingSymbolicOperand(int64_t Value,bool isBranch,uint64_t Address,uint64_t Offset,uint64_t Width,MCInst & MI,const MCDisassembler * Decoder) tryAddingSymbolicOperand() argument
97 DecodeGR32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeGR32BitRegisterClass() argument
103 DecodeGRH32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeGRH32BitRegisterClass() argument
109 DecodeGR64BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeGR64BitRegisterClass() argument
115 DecodeGR128BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeGR128BitRegisterClass() argument
121 DecodeADDR32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeADDR32BitRegisterClass() argument
127 DecodeADDR64BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeADDR64BitRegisterClass() argument
133 DecodeFP32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeFP32BitRegisterClass() argument
139 DecodeFP64BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeFP64BitRegisterClass() argument
145 DecodeFP128BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeFP128BitRegisterClass() argument
151 DecodeVR32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeVR32BitRegisterClass() argument
157 DecodeVR64BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeVR64BitRegisterClass() argument
163 DecodeVR128BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeVR128BitRegisterClass() argument
169 DecodeAR32BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeAR32BitRegisterClass() argument
175 DecodeCR64BitRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeCR64BitRegisterClass() argument
197 decodeU1ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU1ImmOperand() argument
203 decodeU2ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU2ImmOperand() argument
209 decodeU3ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU3ImmOperand() argument
215 decodeU4ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU4ImmOperand() argument
221 decodeU8ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU8ImmOperand() argument
227 decodeU12ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU12ImmOperand() argument
233 decodeU16ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU16ImmOperand() argument
239 decodeU32ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeU32ImmOperand() argument
245 decodeS8ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeS8ImmOperand() argument
251 decodeS16ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeS16ImmOperand() argument
257 decodeS20ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeS20ImmOperand() argument
263 decodeS32ImmOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeS32ImmOperand() argument
270 decodeLenOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodeLenOperand() argument
280 decodePCDBLOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,bool isBranch,const MCDisassembler * Decoder) decodePCDBLOperand() argument
293 decodePC12DBLBranchOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodePC12DBLBranchOperand() argument
299 decodePC16DBLBranchOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodePC16DBLBranchOperand() argument
305 decodePC24DBLBranchOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodePC24DBLBranchOperand() argument
311 decodePC32DBLBranchOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodePC32DBLBranchOperand() argument
317 decodePC32DBLOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,const MCDisassembler * Decoder) decodePC32DBLOperand() argument
326 getInstruction(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CS) const getInstruction() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp93 uint64_t Address, in DecodeCRRCRegisterClass()
99 uint64_t Address, in DecodeCRBITRCRegisterClass()
105 uint64_t Address, in DecodeF4RCRegisterClass()
111 uint64_t Address, in DecodeF8RCRegisterClass()
117 uint64_t Address, in DecodeFpRCRegisterClass()
125 uint64_t Address, in DecodeVFRCRegisterClass()
131 uint64_t Address, in DecodeVRRCRegisterClass()
137 uint64_t Address, in DecodeVSRCRegisterClass()
143 uint64_t Address, in DecodeVSFRCRegisterClass()
149 uint64_t Address, in DecodeVSSRCRegisterClass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp353 uint64_t Address, in DecodeUImmWithOffset()
527 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF()
576 uint64_t Address, in DecodeDAHIDATIMMR6()
590 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, in DecodeDAHIDATI()
605 uint64_t Address, in DecodeAddiGroupBranch()
644 uint64_t Address, in DecodePOP35GroupBranchMMR6()
678 uint64_t Address, in DecodeDaddiGroupBranch()
717 uint64_t Address, in DecodePOP37GroupBranchMMR6()
751 uint64_t Address, in DecodePOP65GroupBranchMMR6()
790 uint64_t Address, in DecodePOP75GroupBranchMMR6()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp68 uint64_t Address, in DecodeARRegisterClass()
81 uint64_t Address, in DecodeSRRegisterClass()
98 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
107 int64_t Address, const void *Decoder) { in decodeCallOperand()
114 int64_t Address, const void *Decoder) { in decodeJumpOperand()
121 int64_t Address, const void *Decoder) { in decodeBranchOperand()
142 int64_t Address, const void *Decoder) { in decodeL32ROperand()
151 int64_t Address, const void *Decoder) { in decodeImm8Operand()
158 int64_t Address, in decodeImm8_sh8Operand()
166 int64_t Address, const void *Decoder) { in decodeImm12Operand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp109 uint64_t Address, in DecodeGPRRegisterClass()
119 uint64_t Address, in DecodeFPR32RegisterClass()
129 uint64_t Address, in DecodesFPR32RegisterClass()
139 uint64_t Address, in DecodesFPR64RegisterClass()
149 uint64_t Address, in DecodesFPR64_VRegisterClass()
159 uint64_t Address, in DecodeFPR64RegisterClass()
171 uint64_t Address, in DecodesFPR128RegisterClass()
181 uint64_t Address, in DecodesGPRRegisterClass()
191 uint64_t Address, in DecodemGPRRegisterClass()
203 uint64_t Address, in DecodeGPRSPRegisterClass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp128 uint64_t Address, in DecodeI32RegisterClass()
138 uint64_t Address, in DecodeI64RegisterClass()
148 uint64_t Address, in DecodeF32RegisterClass()
158 uint64_t Address, in DecodeF128RegisterClass()
168 uint64_t Address, in DecodeV64RegisterClass()
182 uint64_t Address, in DecodeVMRegisterClass()
192 uint64_t Address, in DecodeVM512RegisterClass()
202 uint64_t Address, in DecodeMISCRegisterClass()
268 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
292 uint64_t Address, in getInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp72 uint64_t Address, in DecodeGPRRegisterClass()
85 uint64_t Address, in DecodeGPRX1X5RegisterClass()
96 uint64_t Address, in DecodeFPR16RegisterClass()
107 uint64_t Address, in DecodeFPR32RegisterClass()
118 uint64_t Address, in DecodeFPR32CRegisterClass()
129 uint64_t Address, in DecodeFPR64RegisterClass()
140 uint64_t Address, in DecodeFPR64CRegisterClass()
151 uint64_t Address, in DecodeGPRNoX0RegisterClass()
161 DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, uint32_t Address, in DecodeGPRNoX0X2RegisterClass()
171 uint64_t Address, in DecodeGPRCRegisterClass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp717 uint64_t Address, raw_ostream &CS, in checkDecodedInstruction()
777 uint64_t Address, in getInstruction()
786 uint64_t Address, in getARMInstruction()
859 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand()
878 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment()
1072 uint64_t Address, in getThumbInstruction()
1297 uint64_t Address, in DecodeGPRRegisterClass()
1308 uint64_t Address, in DecodeCLRMGPRRegisterClass()
1322 uint64_t Address, in DecodeGPRnopcRegisterClass()
1335 uint64_t Address, in DecodeGPRnospRegisterClass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp71 uint64_t Address, in DecodeGPR8RegisterClass()
82 uint64_t Address, in DecodeLD8RegisterClass()
142 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFIOARr()
155 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFIORdA()
168 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFIOBIT()
178 uint64_t Address, in decodeCallTarget()
186 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFRd()
195 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFLPMX()
204 uint64_t Address, in decodeFFMULRdRr()
218 uint64_t Address, in decodeFMOVWRdRr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp146 DecodeIntRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeIntRegsRegisterClass() argument
156 DecodeI64RegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeI64RegsRegisterClass() argument
164 DecodePointerLikeRegClass0(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodePointerLikeRegClass0() argument
170 DecodeFPRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeFPRegsRegisterClass() argument
180 DecodeDFPRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeDFPRegsRegisterClass() argument
190 DecodeQFPRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeQFPRegsRegisterClass() argument
203 DecodeCoprocRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeCoprocRegsRegisterClass() argument
213 DecodeFCCRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeFCCRegsRegisterClass() argument
222 DecodeASRRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeASRRegsRegisterClass() argument
231 DecodePRRegsRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodePRRegsRegisterClass() argument
240 DecodeIntPairRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeIntPairRegisterClass() argument
256 DecodeCoprocPairRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Address,const MCDisassembler * Decoder) DecodeCoprocPairRegisterClass() argument
274 readInstruction32(ArrayRef<uint8_t> Bytes,uint64_t Address,uint64_t & Size,uint32_t & Insn,bool IsLittleEndian) readInstruction32() argument
294 getInstruction(MCInst & Instr,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstruction() argument
328 tryAddingSymbolicOperand(int64_t Value,bool isBranch,uint64_t Address,uint64_t Offset,uint64_t Width,MCInst & MI,const MCDisassembler * Decoder) tryAddingSymbolicOperand() argument
335 DecodeCall(MCInst & MI,unsigned insn,uint64_t Address,const MCDisassembler * Decoder) DecodeCall() argument
345 DecodeSIMM13(MCInst & MI,unsigned insn,uint64_t Address,const MCDisassembler * Decoder) DecodeSIMM13() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp59 uint64_t Address, in DecodeGPRRegisterClass()
68 uint64_t Address, in DecodeFPR32RegisterClass()
77 uint64_t Address, in DecodeFPR64RegisterClass()
86 uint64_t Address, in DecodeCFRRegisterClass()
95 uint64_t Address, in DecodeFCSRRegisterClass()
104 uint64_t Address, in DecodeLSX128RegisterClass()
113 uint64_t Address, in DecodeLASX256RegisterClass()
122 uint64_t Address, in DecodeSCRRegisterClass()
132 int64_t Address, in decodeUImmOperand()
141 int64_t Address, in decodeSImmOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp42 DecodeRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeRegisterClass() argument
50 DecodeDR32RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeDR32RegisterClass() argument
56 DecodeDR16RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeDR16RegisterClass() argument
62 DecodeDR8RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeDR8RegisterClass() argument
68 DecodeAR32RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeAR32RegisterClass() argument
74 DecodeAR16RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeAR16RegisterClass() argument
80 DecodeXR32RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeXR32RegisterClass() argument
86 DecodeXR16RegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeXR16RegisterClass() argument
92 DecodeFPDRRegisterClass(MCInst & Inst,uint64_t RegNo,uint64_t Address,const void * Decoder) DecodeFPDRRegisterClass() argument
101 DecodeCCRCRegisterClass(MCInst & Inst,APInt & Insn,uint64_t Address,const void * Decoder) DecodeCCRCRegisterClass() argument
106 DecodeImm32(MCInst & Inst,uint64_t Imm,uint64_t Address,const void * Decoder) DecodeImm32() argument
131 getInstruction(MCInst & Instr,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstruction() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
177 uint64_t Address, in DecodeGRRegsRegisterClass()
187 uint64_t Address, in DecodeRRegsRegisterClass()
197 uint64_t Address, in DecodeBitpOperand()
209 uint64_t Address, in DecodeNegImmOperand()
250 uint64_t Address, in Decode2OpInstructionFail()
320 uint64_t Address, in Decode2RInstruction()
333 uint64_t Address, in Decode2RImmInstruction()
346 uint64_t Address, in DecodeR2RInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48()
78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
132 uint64_t Address, in DecodeGPR32RegisterClass()
145 uint64_t Address, in DecodeGBR32ShortRegister()
169 static DecodeStatus DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMEMrs9()
179 static bool DecodeSymbolicOperand(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperand()
187 static void DecodeSymbolicOperandOff(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperandOff()
198 uint64_t Address, in DecodeBranchTargetS()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp23 DILineInfo BTFContext::getLineInfoForAddress(SectionedAddress Address, in getLineInfoForAddress() argument
37 DILineInfo BTFContext::getLineInfoForDataAddress(SectionedAddress Address) { in getLineInfoForDataAddress() argument
43 BTFContext::getLineInfoForAddressRange(SectionedAddress Address, uint64_t Size, in getLineInfoForAddressRange() argument
51 BTFContext::getInliningInfoForAddress(SectionedAddress Address, in getInliningInfoForAddress() argument
57 std::vector<DILocal> BTFContext::getLocalsForAddress(SectionedAddress Address) { in getLocalsForAddress() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp133 ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
175 uint64_t Address, in decodeRiMemoryValue()
188 uint64_t Address, in decodeRrMemoryValue()
201 uint64_t Address, in decodeSplsValue()
214 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
221 static DecodeStatus decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, in decodeBranch()
230 uint64_t Address, in decodeShiftImm()
239 uint64_t Address, in decodePredicateOperand()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp35 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress()
68 PDBContext::getLineInfoForDataAddress(object::SectionedAddress Address) { in getLineInfoForDataAddress()
75 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address, in getLineInfoForAddressRange()
95 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address, in getInliningInfoForAddress()
139 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress()
143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c182 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemMemorySpaceHandler()
450 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemIoSpaceHandler()
515 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciConfigSpaceHandler()
596 ACPI_PHYSICAL_ADDRESS Address, in AcpiExCmosSpaceHandler()
633 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciBarSpaceHandler()
670 ACPI_PHYSICAL_ADDRESS Address, in AcpiExDataTableSpaceHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h124 FuncRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t Size, in FuncRecord()
130 lldb::addr_t Address; variable
162 LineRecord(lldb::addr_t Address, lldb::addr_t Size, uint32_t LineNum, in LineRecord()
167 lldb::addr_t Address; variable
179 PublicRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, in PublicRecord()
185 lldb::addr_t Address; variable
196 StackCFIRecord(lldb::addr_t Address, std::optional<lldb::addr_t> Size, in StackCFIRecord()
201 lldb::addr_t Address; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp74 uint64_t Address, in DecodeGR8RegisterClass()
92 uint64_t Address, in DecodeGR16RegisterClass()
111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm()
129 uint64_t Address, in DecodeMemOperand()
231 uint64_t Address, in getInstructionI()
286 uint64_t Address, in getInstructionII()
341 uint64_t Address, in getInstructionCJ()
362 uint64_t Address, in getInstruction()
/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c239 ACPI_IO_ADDRESS Address, in AcpiHwValidateIoRequest()
346 ACPI_IO_ADDRESS Address, in AcpiHwReadPort()
421 ACPI_IO_ADDRESS Address, in AcpiHwWritePort()
H A Dhwregs.c202 UINT64 Address, in AcpiHwGetAccessBitWidth()
290 UINT64 *Address) in AcpiHwValidateRegister()
371 UINT64 Address; in AcpiHwRead() local
469 UINT64 Address; in AcpiHwWrite() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp147 const uint64_t Address = Sled.address(); in patchFunctionEntry() local
194 const uint64_t Address = Sled.address(); in patchFunctionExit() local
223 const uint64_t Address = Sled.address(); in patchFunctionTailExit() local
264 const uint64_t Address = Sled.address(); in patchCustomEvent() local
296 const uint64_t Address = Sled.address(); in patchTypedEvent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.h61 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCRelImm()
136 void printPCD8Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCD8Mem()
140 void printPCD16Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCD16Mem()
144 void printPCD32Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCD32Mem()
149 void printPCI8Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCI8Mem()
153 void printPCI16Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCI16Mem()
157 void printPCI32Mem(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCI32Mem()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp246 uint64_t Address, unsigned OpNo, in printAlias() argument
258 uint64_t Address, unsigned OpNo0, in printAlias() argument
79 printInst(const MCInst * MI,uint64_t Address,StringRef Annot,const MCSubtargetInfo & STI,raw_ostream & O) printInst() argument
157 printBranchOperand(const MCInst * MI,uint64_t Address,unsigned OpNo,const MCSubtargetInfo & STI,raw_ostream & O) printBranchOperand() argument
270 printAlias(const MCInst & MI,uint64_t Address,const MCSubtargetInfo & STI,raw_ostream & OS) printAlias() argument
[all...]

12345678910>>...12