/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 178 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() local 179 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCFixupKindInfo.h | 31 unsigned TargetOffset; member
|
/external/llvm/include/llvm/MC/ |
D | MCFixupKindInfo.h | 31 unsigned TargetOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCFixupKindInfo.h | 31 unsigned TargetOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 251 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() local 252 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyAsmBackend.cpp | 84 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 332 Value <<= Info.TargetOffset; in applyFixup() 335 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyAsmBackend.cpp | 115 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 372 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() 376 Value <<= Info.TargetOffset; in applyFixup()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 118 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 118 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 617 for (intptr_t TargetOffset : JT.getTargetOffsets()) { in writeJumpTable() local 621 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable() 623 Section->appendRelocationOffset(Str, RelSection->isRela(), TargetOffset); in writeJumpTable()
|
D | IceTargetLoweringX86BaseImpl.h | 8533 for (intptr_t TargetOffset : JT.getTargetOffsets()) 8534 Str << "\n\t.long\t" << JT.getFunctionName() << "+" << TargetOffset;
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 275 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 301 Value <<= Info.TargetOffset; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 81 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 148 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 99 uint32_t TargetOffset; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 294 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 1109 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1470 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1728 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|