Home
last modified time | relevance | path

Searched refs:isExternalSymbol (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h113 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function
115 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
H A DMachOLayoutBuilder.cpp88 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp359 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()
367 if (InstrProfSymtab::isExternalSymbol(VD.first)) in readValueProfileData()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h638 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function