Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h119 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } in isExternalSymbol() function
121 bool isLocalSymbol() const { return !isExternalSymbol(); } in isLocalSymbol()
H A DMachOLayoutBuilder.cpp87 if ((*Iter)->isExternalSymbol()) in updateDySymTab()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h511 static bool isExternalSymbol(const StringRef &Symbol) { in isExternalSymbol() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp228 if (InstrProfSymtab::isExternalSymbol(VD.first)) { in readValueProfileData()