Home
last modified time | relevance | path

Searched defs:isExternalSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h113 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h638 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function