Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp293 bool isExtern = MachO->getPlainRelocationExternal(RE); in processRelocationRef() local
303 if (isExtern) { in processRelocationRef()
/external/llvm/lib/Object/
DMachOObjectFile.cpp341 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
344 if (isExtern) { in printRelocationTargetName()
879 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
880 if (!isExtern) in getRelocationSymbol()