Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h51 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
52 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h285 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
286 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp114 unsigned IsExtern = 0; in RecordX86_64Relocation() local
138 IsExtern = 1; in RecordX86_64Relocation()
338 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp150 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
160 (IsExtern << 4) | // was << 27 in makeRelocationInfo()