/external/llvm/include/llvm/Object/ |
D | MachO.h | 317 bool isRelocationScattered(const MachO::any_relocation_info &RE) const; 319 const MachO::any_relocation_info &RE) const; 320 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const; 322 const MachO::any_relocation_info &RE) const; 324 const MachO::any_relocation_info &RE) const; 326 const MachO::any_relocation_info &RE) const; 327 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const; 328 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const; 329 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const; 330 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 477 bool isRelocationScattered(const MachO::any_relocation_info &RE) const; 479 const MachO::any_relocation_info &RE) const; 480 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const; 482 const MachO::any_relocation_info &RE) const; 484 const MachO::any_relocation_info &RE) const; 486 const MachO::any_relocation_info &RE) const; 487 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const; 488 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const; 489 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const; 490 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const; [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 146 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo() 164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo() 279 MachO::any_relocation_info MRE; in recordScatteredRelocation() 294 MachO::any_relocation_info MRE; in recordScatteredRelocation() 372 MachO::any_relocation_info MRE; in RecordPPCRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 146 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo() 164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo() 279 MachO::any_relocation_info MRE; in recordScatteredRelocation() 294 MachO::any_relocation_info MRE; in recordScatteredRelocation() 372 MachO::any_relocation_info MRE; in RecordPPCRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 221 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 232 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 290 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 300 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 451 MachO::any_relocation_info MRE; in recordRelocation() 475 MachO::any_relocation_info MREPair; in recordRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 221 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 232 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 290 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 300 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 443 MachO::any_relocation_info MRE; in recordRelocation() 467 MachO::any_relocation_info MREPair; in recordRelocation()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 120 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 125 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 130 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 138 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 143 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 150 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 155 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 748 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() 754 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() 779 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 237 MachO::any_relocation_info MRE; in recordRelocation() 294 MachO::any_relocation_info MRE; in recordRelocation() 379 MachO::any_relocation_info MRE; in recordRelocation() 400 MachO::any_relocation_info MRE; in recordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 206 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 358 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 432 MachO::any_relocation_info MRE; in recordScatteredRelocation() 454 MachO::any_relocation_info MRE; in recordScatteredRelocation() 499 MachO::any_relocation_info MRE; in recordTLVPRelocation() 596 MachO::any_relocation_info MRE; in RecordX86Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 206 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 358 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 432 MachO::any_relocation_info MRE; in recordScatteredRelocation() 454 MachO::any_relocation_info MRE; in recordScatteredRelocation() 498 MachO::any_relocation_info MRE; in recordTLVPRelocation() 594 MachO::any_relocation_info MRE; in RecordX86Relocation()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 93 MachO::any_relocation_info MRE; 94 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() 216 MachO::any_relocation_info &MRE) { in addRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 229 MachO::any_relocation_info MRE; in recordRelocation() 286 MachO::any_relocation_info MRE; in recordRelocation() 397 MachO::any_relocation_info MRE; in recordRelocation() 418 MachO::any_relocation_info MRE; in recordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 101 MachO::any_relocation_info MRE; 102 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() 229 MachO::any_relocation_info &MRE) { in addRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 41 MachO::any_relocation_info RelInfo = in processRelocationRef() 164 MachO::any_relocation_info RE = in processSubtractRelocation() 177 MachO::any_relocation_info RelInfo = in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 41 MachO::any_relocation_info RelInfo = in processRelocationRef() 149 MachO::any_relocation_info RE = in processSECTDIFFRelocation() 162 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 106 MachO::any_relocation_info RelInfo = in processRelocationRef() 346 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() 372 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 41 MachO::any_relocation_info RelInfo = in processRelocationRef() 149 MachO::any_relocation_info RE = in processSECTDIFFRelocation() 162 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 41 MachO::any_relocation_info RelInfo = in processRelocationRef() 164 MachO::any_relocation_info RE = in processSubtractRelocation() 177 MachO::any_relocation_info RelInfo = in processSubtractRelocation()
|
D | RuntimeDyldMachOARM.h | 60 MachO::any_relocation_info RelInfo = in processRelocationRef() 223 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() 244 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 252 MachO::any_relocation_info RelInfo = in processRelocationRef() 426 MachO::any_relocation_info RE = in processSubtractRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 133 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 138 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 143 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 150 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 155 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 162 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 167 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 2079 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() 2085 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() 2110 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 62 MachO::any_relocation_info RE = in processScatteredVANILLA() 104 MachO::any_relocation_info RelInfo = in getRelocationValueRef()
|
D | RuntimeDyldMachO.h | 70 MachO::any_relocation_info RelInfo = in getRelocationEntry()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 60 MachO::any_relocation_info RE = in processScatteredVANILLA() 101 MachO::any_relocation_info RelInfo = in getRelocationValueRef()
|
D | RuntimeDyldMachO.h | 70 MachO::any_relocation_info RelInfo = in getRelocationEntry()
|