Home
last modified time | relevance | path

Searched refs:IsExtern (Results 1 – 8 of 8) 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/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/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()