| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF_x86_64.cpp | 143 if (!ImageBase) in lowerCOFFRelocationEdges() 144 return ImageBase.takeError(); in lowerCOFFRelocationEdges() 145 E.setAddend(E.getAddend() - *ImageBase); in lowerCOFFRelocationEdges() 165 if (this->ImageBase) in getImageBaseAddress() 166 return this->ImageBase; in getImageBaseAddress() 169 this->ImageBase = S->getAddress().getValue(); in getImageBaseAddress() 170 return this->ImageBase; in getImageBaseAddress() 175 JITTargetAddress ImageBase; in getImageBaseAddress() local 189 this->ImageBase = ImageBase; in getImageBaseAddress() 190 return ImageBase; in getImageBaseAddress() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFX86_64.h | 32 uint64_t ImageBase; variable 36 if (!ImageBase) { in getImageBase() 37 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase() 45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase() 47 return ImageBase; in getImageBase() 60 ImageBase(0) {} in RuntimeDyldCOFFX86_64() 115 const uint64_t ImageBase = getImageBase(); in resolveRelocation() local 116 if (Value < ImageBase || ((Value - ImageBase) > UINT32_MAX)) in resolveRelocation() 120 write32BitOffset(Target, RE.Addend, Value - ImageBase); in resolveRelocation()
|
| H A D | RuntimeDyldCOFFAArch64.h | 71 uint64_t ImageBase; variable 75 if (!ImageBase) { in getImageBase() 76 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase() 84 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase() 86 return ImageBase; in getImageBase() 93 ImageBase(0) {} in RuntimeDyldCOFFAArch64()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/ |
| H A D | basic-arm64.yaml | 6 # CHECK: ImageBase: 0x140000000 8 # ROUNDTRIP: ImageBase: 5368709120 16 ImageBase: 5368709120
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 28 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext() local 29 if (ImageBase) in PDBContext() 30 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | base.test | 7 # DEFAULT-HEADER: ImageBase: 0x140000000 15 # BASE-HEADER: ImageBase: 0x280000000
|
| H A D | giats.s | 14 # CHECK: ImageBase: 0x140000000 34 # DELAY-CHECK: ImageBase: 0x140000000
|
| H A D | gfids-gc.s | 24 # CHECK-NOGC: ImageBase: 0x140000000 47 # CHECK-GC: ImageBase: 0x140000000
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | private-headers.yaml | 18 # PE32PLUS-NEXT:ImageBase 0000000140000000 65 ImageBase: 0x140000000 135 # PE32-NEXT:ImageBase 00000000
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFFModuleDefinition.h | 31 uint64_t ImageBase = 0; member
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/Windows/Inputs/ |
| H A D | find-module.exe.yaml | 4 ImageBase: 4194304
|
| H A D | arm-fp-unwind.exe.yaml | 4 ImageBase: 4194304
|
| H A D | broken-unwind.exe.yaml | 7 ImageBase: 4194304
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PECOFF/ |
| H A D | default-triple-windows-gnu.yaml | 11 ImageBase: 5368709120
|
| H A D | default-triple-windows-msvc.yaml | 11 ImageBase: 5368709120
|
| H A D | sections-names.yaml | 12 ImageBase: 1073741824
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-tli-checker/ |
| H A D | coff-reject.test | 13 ImageBase: 1073741824
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ |
| H A D | file-headers-pe.test | 28 ImageBase: 0x12
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.h | 185 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | arm64-packed-symbol-name.yaml | 11 ImageBase: 5368709120
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/Inputs/ |
| H A D | i386-exe.yaml | 4 ImageBase: 4194304
|
| H A D | x86_64-exe.yaml | 4 ImageBase: 1073741824
|
| H A D | only-keep-sections.yaml | 4 ImageBase: 1073741824
|
| /llvm-project-15.0.7/llvm/test/Object/Inputs/COFF/ |
| H A D | data-dir-out-of-bounds.yaml | 4 ImageBase: 1073741824
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | debug-dir-unmapped.test | 14 ImageBase: 1073741824
|