Searched refs:isExternalSymbol (Results 1 – 5 of 5) 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()
511 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
228 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
1881 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,1907 } else if (MO1.isExternalSymbol())