Searched defs:FixupOffset (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 147 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() 179 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local 196 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local 329 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordPPCRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 146 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() 178 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local 195 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local 328 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordPPCRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 426 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 372 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 549 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 374 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 553 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 151 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 629 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1429 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
|
D | WasmObjectWriter.cpp | 436 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
|