Home
last modified time | relevance | path

Searched refs:IsExtern (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp117 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/
DRuntimeDyldCOFFX86_64.h193 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
219 if (IsExtern) in processRelocationRef()
240 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
337 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
167 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
293 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp327 unsigned IsExtern = 0; in RecordRelocation() local
347 IsExtern = 1; in RecordRelocation()
375 (IsExtern << 27) | in RecordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp149 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/
DPPCMachObjectWriter.cpp149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp117 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/
DX86MachObjectWriter.cpp118 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/
DMachODumper.cpp537 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/
DMachODumper.cpp539 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/
DRuntimeDyldELF.cpp1446 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()