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

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp351 bool isExtern = O->getPlainRelocationExternal(RE);
875 bool isExtern = getPlainRelocationExternal(RE);
1696 bool MachOObjectFile::getPlainRelocationExternal( function in class:llvm::object::MachOObjectFile
1745 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))

Completed in 2050 milliseconds