Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
231 if (IsExtern) in processRelocationRef()
252 if (IsExtern) { in processRelocationRef()
DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
183 if (IsExtern) in processRelocationRef()
228 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
336 } 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/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-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp148 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
158 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; in RecordX86_64Relocation() local
141 IsExtern = 1; in RecordX86_64Relocation()
359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/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/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-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local
1457 if (!IsExtern) { in processRelocationRef()
1484 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()
1541 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()