| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 107 uint64_t TargetOffset = -1; in processRelocationRef() local 111 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef() 121 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 141 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef() 148 TargetOffset, 0, 0, false, 0); in processRelocationRef() 160 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef() 167 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef() 175 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()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCSymbolizer.cpp | 72 uint64_t TargetOffset; in tryAddingSymbolicOperand() local 73 std::tie(TargetSymbol, TargetOffset) = in tryAddingSymbolicOperand() 76 addOperand(TargetSymbol, TargetOffset); in tryAddingSymbolicOperand()
|
| H A D | X86MCPlusBuilder.cpp | 2596 assert(FKI.TargetOffset == 0 && "0-bit relocation offset expected"); in createRelocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | aarch64.h | 163 uint64_t TargetOffset = in applyFixup() local 169 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup() 172 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup() 178 uint64_t TargetOffset = in applyFixup() local 186 uint32_t Imm = (TargetOffset >> ImmShift) & 0xffff; in applyFixup()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 438 uint64_t TargetOffset = Item.first.first; in collectFunctionsFromRawProfile() local 441 if (FuncRange *FRange = Binary->findFuncRangeForOffset(TargetOffset)) in collectFunctionsFromRawProfile() 569 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesWithProbesForAllFunctions() local 573 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesWithProbesForAllFunctions() 691 auto *FRange = Binary->findFuncRangeForStartOffset(TargetOffset); in getCalleeNameForOffset() 705 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesForAllFunctions() local 709 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesForAllFunctions() 877 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesForFunction() local 881 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesForFunction() 1191 uint64_t TargetOffset = BI.first.second; in populateBoundarySamplesWithProbes() local [all …]
|
| H A D | PerfReader.cpp | 197 uint64_t TargetOffset = Binary->virtualAddrToOffset(std::get<1>(Item)); in collectSamplesFromFrame() local 198 SCounter.recordBranchCount(SourceOffset, TargetOffset, std::get<2>(Item)); in collectSamplesFromFrame() 865 uint64_t TargetOffset = Binary->virtualAddrToOffset(LBR.Target); in computeCounterFromLBR() local 870 if (Binary->offsetIsCode(TargetOffset)) { in computeCounterFromLBR() 871 Counter.recordBranchCount(SourceOffset, TargetOffset, Repeat); in computeCounterFromLBR() 876 uint64_t StartOffset = TargetOffset; in computeCounterFromLBR()
|
| H A D | ProfileGenerator.h | 111 StringRef getCalleeNameForOffset(uint64_t TargetOffset);
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 137 Value <<= Info.TargetOffset; in applyFixup() 140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCFixupKindInfo.h | 38 unsigned TargetOffset; member
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 109 Value <<= Info.TargetOffset; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 217 Value <<= Info.TargetOffset; in applyFixup() 220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 376 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() 380 Value <<= Info.TargetOffset; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 201 Value <<= Info.TargetOffset; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 153 Value <<= Info.TargetOffset; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 565 Value <<= Info.TargetOffset; in applyFixup() 568 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 842 uint64_t TargetOffset; in processIndirectBranch() local 843 std::tie(TargetSym, TargetOffset) = BC.MIB->getTargetSymbolInfo(DispExpr); in processIndirectBranch() 846 ArrayStart = *SymValueOrError + TargetOffset; in processIndirectBranch() 1051 uint64_t TargetOffset; in disassemble() local 1052 std::tie(TargetSymbol, TargetOffset) = in disassemble() 1056 if (TargetOffset) { in disassemble() 1058 MCConstantExpr::create(TargetOffset, *BC.Ctx); in disassemble() 1702 uint64_t TargetOffset = EntryAddress - getAddress(); in postProcessJumpTables() local 1703 if (TargetOffset < getSize()) { in postProcessJumpTables() 1704 TakenBranches.emplace_back(JTSiteOffset, TargetOffset); in postProcessJumpTables() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 407 Value <<= Info.TargetOffset; in applyFixup()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 150 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 317 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 99 uint32_t TargetOffset = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 2208 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|