Searched refs:isExternalSymbol (Results 1 – 5 of 5) sorted by relevance
113 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function115 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
87 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
544 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
326 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
1925 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,1951 } else if (MO1.isExternalSymbol())