Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h206 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
232 if (IsExtern) in processRelocationRef()
253 if (IsExtern) { in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
337 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp118 unsigned IsExtern = 0; in RecordX86_64Relocation() local
142 IsExtern = 1; in RecordX86_64Relocation()
361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A 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()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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()