Home
last modified time | relevance | path

Searched refs:IsScattered (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp536 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation() local
537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
548 } else if (!IsScattered) { in printRelocation()
563 if (IsScattered) { in printRelocation()
571 if (IsScattered) { in printRelocation()
583 if (IsScattered) in printRelocation()
588 << " " << IsScattered in printRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp647 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName() local
653 if (IsScattered) { in printRelocationTargetName()