Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h529 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp362 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()