Home
last modified time | relevance | path

Searched refs:scanExternalRefs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2047 bool scanExternalRefs();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1390 bool BinaryFunction::scanExternalRefs() { in scanExternalRefs() function in llvm::bolt::BinaryFunction
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2879 Function.scanExternalRefs(); in disassembleFunctions()