Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp561 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation() local
562 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
570 } else if (!IsScattered) { in printRelocation()
584 if (IsScattered) { in printRelocation()
592 if (IsScattered) { in printRelocation()
604 if (IsScattered) in printRelocation()
609 << " " << IsScattered in printRelocation()