Searched refs:InjectedBinaryFunctions (Results 1 – 2 of 2) sorted by relevance
106 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()
189 std::vector<BinaryFunction *> InjectedBinaryFunctions; variable467 return InjectedBinaryFunctions; in getInjectedBinaryFunctions()