Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2063 BinaryFunction *ContainingBF = in processLKExTable() local
2065 if (!ContainingBF) in processLKExTable()
2068 MCSymbol *ReferencedSymbol = ContainingBF->getSymbol(); in processLKExTable()
2209 BinaryFunction *ContainingBF = in processLKSMPLocks() local
2211 if (!ContainingBF) in processLKSMPLocks()
2389 BinaryFunction *ContainingBF = nullptr; in readRelocations() local
2391 ContainingBF = in readRelocations()
2398 outs() << "BOLT-INFO: " << *ContainingBF in readRelocations()
2400 ContainingBF->setSize(ContainingBF->getMaxSize()); in readRelocations()
2401 ContainingBF->setSimple(false); in readRelocations()
[all …]