Home
last modified time | relevance | path

Searched refs:SimpleSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h164 struct SimpleSymbol { struct
168 bool operator<(const SimpleSymbol &O) const { argument
177 SimpleSymbol parseSymbol(StringRef SymName,
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DSymbol.cpp75 SimpleSymbol parseSymbol(StringRef SymName, const SymbolFlags Flags) { in parseSymbol()