/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 117 unsigned IsExtern = 0; in RecordX86_64Relocation() local 141 IsExtern = 1; in RecordX86_64Relocation() 183 IsExtern = 1; in RecordX86_64Relocation() 187 IsExtern = 0; in RecordX86_64Relocation() 196 (IsExtern << 27) | in RecordX86_64Relocation() 202 IsExtern = 1; in RecordX86_64Relocation() 206 IsExtern = 0; in RecordX86_64Relocation() 230 IsExtern = 1; in RecordX86_64Relocation() 238 IsExtern = 0; in RecordX86_64Relocation() 333 (IsExtern << 27) | in RecordX86_64Relocation() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 193 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 219 if (IsExtern) in processRelocationRef() 240 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 337 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 167 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 293 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 327 unsigned IsExtern = 0; in RecordRelocation() local 347 IsExtern = 1; in RecordRelocation() 375 (IsExtern << 27) | in RecordRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument 159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument 159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 117 unsigned IsExtern = 0; in RecordX86_64Relocation() local 141 IsExtern = 1; in RecordX86_64Relocation() 361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 118 unsigned IsExtern = 0; in RecordX86_64Relocation() local 142 IsExtern = 1; in RecordX86_64Relocation() 361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local 540 if (IsExtern) { in printRelocation() 566 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 539 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local 542 if (IsExtern) { in printRelocation() 568 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1446 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local 1447 if (!IsExtern) { in processRelocationRef() 1474 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef() 1531 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()
|