Searched refs:isExternalSymbol (Results 1 – 8 of 8) sorted by relevance
119 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function121 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
88 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
503 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
509 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
221 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
228 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
1841 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,1867 } else if (MO1.isExternalSymbol())
1881 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,1907 } else if (MO1.isExternalSymbol())