Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp106 for (BinaryFunction *InjectedFunction : InjectedBinaryFunctions) in ~BinaryContext()
1526 AllFunctions.reserve(BinaryFunctions.size() + InjectedBinaryFunctions.size()); in getAllBinaryFunctions()
1531 llvm::copy(InjectedBinaryFunctions, std::back_inserter(AllFunctions)); in getAllBinaryFunctions()
2158 InjectedBinaryFunctions.push_back(new BinaryFunction(Name, *this, IsSimple)); in createInjectedBinaryFunction()
2159 BinaryFunction *BF = InjectedBinaryFunctions.back(); in createInjectedBinaryFunction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h189 std::vector<BinaryFunction *> InjectedBinaryFunctions; variable
467 return InjectedBinaryFunctions; in getInjectedBinaryFunctions()