Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp810 if (!isInternalSymbolName(Object->getSymbol()->getName())) in getOrCreateJumpTable()
1072 if (!isInternalSymbolName(Name)) in generateSymbolHashes()
1078 return !isInternalSymbolName(Symbol->getName()); in generateSymbolHashes()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h845 bool isInternalSymbolName(const StringRef Name) { in isInternalSymbolName() function