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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h109 bool isExternalSymbol() const { function in struct:llvm::objcopy::macho::SymbolEntry
113 bool isLocalSymbol() const { return !isExternalSymbol(); }
H A DMachOLayoutBuilder.cpp79 if ((*Iter)->isExternalSymbol())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp221 if (InstrProfSymtab::isExternalSymbol(VD.first)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h503 static bool isExternalSymbol(const StringRef &Symbol) { function in class:llvm::InstrProfSymtab

Completed in 184 milliseconds