Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h627 bool hasInternalReference() const { in hasInternalReference() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1721 if (opts::StrictMode && hasInternalReference()) { in postProcessJumpTables()
1769 if (opts::StrictMode && !hasInternalReference()) { in postProcessIndirectBranches()