Searched refs:isExternalSymbol (Results 1 – 4 of 4) sorted by relevance
113 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function115 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
88 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
359 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()367 if (InstrProfSymtab::isExternalSymbol(VD.first)) in readValueProfileData()
638 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function