Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation() local
560 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
568 } else if (!IsScattered) { in printRelocation()
582 if (IsScattered) { in printRelocation()
590 if (IsScattered) { in printRelocation()
602 if (IsScattered) in printRelocation()
607 << " " << IsScattered in printRelocation()