| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 108 uint64_t TargetOffset = -1; in processRelocationRef() local 112 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef() 122 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 142 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef() 149 TargetOffset, 0, 0, false, 0); in processRelocationRef() 161 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef() 168 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef() 176 TargetOffset + Addend, true, 0); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFI386.h | 62 uint64_t TargetOffset = -1; in processRelocationRef() local 65 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef() 75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 118 TargetOffset, 0, 0, false, 0); in processRelocationRef() 130 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 220 uint64_t TargetOffset = 0; in processRelocationRef() local 225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef() 234 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 274 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 174 uint64_t TargetOffset = -1; in processRelocationRef() local 178 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef() 188 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 250 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_arm64.cpp | 593 uint64_t TargetOffset = in applyFixup() local 599 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup() 602 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup() 614 uint32_t TargetOffset = E.getTarget().getAddress() & 0xfff; in applyFixup() local 615 assert((TargetOffset & 0x7) == 0 && "GOT entry is not 8-byte aligned"); in applyFixup() 616 uint32_t EncodedImm = (TargetOffset >> 3) << 10; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 136 Value <<= Info.TargetOffset; in applyFixup() 139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 113 Value <<= Info.TargetOffset; in applyFixup() 116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCFixupKindInfo.h | 38 unsigned TargetOffset; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 306 uint64_t TargetOffset = Entry.first.second; in populateFunctionBoundarySamples() local 310 Binary->getFuncFromStartOffset(TargetOffset)); in populateFunctionBoundarySamples() 579 uint64_t TargetOffset = BI.first.second; in populateBoundarySamplesWithProbes() local 590 Binary->getFuncFromStartOffset(TargetOffset)); in populateBoundarySamplesWithProbes()
|
| H A D | PerfReader.cpp | 135 uint64_t TargetOffset = Binary->virtualAddrToOffset(std::get<1>(Item)); in collectSamplesFromFrame() local 136 SCounter.recordBranchCount(SourceOffset, TargetOffset, std::get<2>(Item)); in collectSamplesFromFrame()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 108 Value <<= Info.TargetOffset; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() 377 Value <<= Info.TargetOffset; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 399 Value <<= Info.TargetOffset; in applyFixup() 402 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 197 Value <<= Info.TargetOffset; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 143 Value <<= Info.TargetOffset; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 403 Value <<= Info.TargetOffset; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 152 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 316 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 99 uint32_t TargetOffset = 0; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 2125 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|