Searched defs:isRelocationScattered (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp292 bool IsScattered = O->isRelocationScattered(RE);
1380 MachOObjectFile::isRelocationScattered(const macho::RelocationEntry &RE) function in class:llvm::object::MachOObjectFile
1413 if (isRelocationScattered(RE))
1420 if (isRelocationScattered(RE))
1427 if (isRelocationScattered(RE))
1434 if (isRelocationScattered(RE))
1441 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))

Completed in 81 milliseconds