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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h110 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } function in struct:llvm::objcopy::macho::SymbolEntry
112 bool isLocalSymbol() const { return !isExternalSymbol(); }
H A DMachOLayoutBuilder.cpp80 if ((*Iter)->isExternalSymbol())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h508 static bool isExternalSymbol(const StringRef &Symbol) { function in class:llvm::InstrProfSymtab
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp222 if (InstrProfSymtab::isExternalSymbol(VD.first)) {

Completed in 177 milliseconds