| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 81 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress) in MemoryRegionInfo() argument 83 TargetAddress(TargetAddress) {} in MemoryRegionInfo() 86 MemoryRegionInfo(uint64_t Size, JITTargetAddress TargetAddress) in MemoryRegionInfo() argument 87 : Size(Size), TargetAddress(TargetAddress) {} in MemoryRegionInfo() 121 void setTargetAddress(JITTargetAddress TargetAddress) { in setTargetAddress() argument 122 assert(!this->TargetAddress && "TargetAddress already set"); in setTargetAddress() 123 this->TargetAddress = TargetAddress; in setTargetAddress() 127 JITTargetAddress getTargetAddress() const { return TargetAddress; } in getTargetAddress() 132 JITTargetAddress TargetAddress = 0; variable
|
| H A D | RuntimeDyld.h | 214 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
| H A D | ExecutionEngine.h | 246 uint64_t TargetAddress) { in mapSectionAddress() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_x86_64.cpp | 341 JITTargetAddress TargetAddress = *(const ulittle64_t *)FixupContent; in addRelocations() local 342 if (auto TargetSymbolOrErr = findSymbolByAddress(TargetAddress)) in addRelocations() 346 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations() 361 JITTargetAddress TargetAddress = in addRelocations() local 363 if (auto TargetSymbolOrErr = findSymbolByAddress(TargetAddress)) in addRelocations() 367 Addend = TargetAddress - TargetSymbol->getAddress() - 4; in addRelocations() 377 JITTargetAddress TargetAddress = in addRelocations() local 379 if (auto TargetSymbolOrErr = findSymbolByAddress(TargetAddress)) in addRelocations() 383 Addend = TargetAddress - TargetSymbol->getAddress() - Delta; in addRelocations()
|
| H A D | MachO_arm64.cpp | 318 JITTargetAddress TargetAddress = *(const ulittle64_t *)FixupContent; in addRelocations() local 319 if (auto TargetSymbolOrErr = findSymbolByAddress(TargetAddress)) in addRelocations() 323 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 280 uint64_t TargetAddress) override { in mapSectionAddress() argument 281 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
| /freebsd-13.1/usr.bin/iscsictl/ |
| H A D | token.l | 56 TargetAddress { return TARGET_ADDRESS; }
|
| /freebsd-13.1/tools/regression/iscsi/ |
| H A D | iscsi-test.sh | 222 TargetAddress = $TARGETIP 227 TargetAddress = $TARGETIP 258 TargetAddress = $TARGETIP 263 TargetAddress = $TARGETIP
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.cpp | 120 auto TargetAddress = (*Alloc)->getTargetMemory(TrampolinePagePermissions); in grow() local 122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 159 uint64_t TargetAddress) { in mapSectionAddress() argument 163 reassignSectionAddress(i, TargetAddress); in mapSectionAddress() 1377 uint64_t TargetAddress) { in mapSectionAddress() argument 1378 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
| H A D | RuntimeDyldImpl.h | 555 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
| /freebsd-13.1/sbin/natd/ |
| H A D | natd.c | 1039 TargetAddress, enumerator 1199 { TargetAddress, 1447 case TargetAddress: in ParseOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 333 int64_t TargetAddress; in printOperand() local 334 if (!Constant->evaluateAsAbsolute(TargetAddress)) { in printOperand() 339 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1473 int64_t TargetAddress; in printAlignedLabel() local 1474 if (BranchTarget && BranchTarget->evaluateAsAbsolute(TargetAddress)) { in printAlignedLabel() 1475 O << formatHex(TargetAddress); in printAlignedLabel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1550 uint64_t TargetAddress = TargetSym->Addr; in disassembleObject() local 1551 uint64_t Disp = Target - TargetAddress; in disassembleObject()
|