Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DValidateInternalCalls.cpp1 //===- bolt/Passes/ValidateInternalCalls.cpp ------------------------------===//
9 // This file implements the ValidateInternalCalls class.
13 #include "bolt/Passes/ValidateInternalCalls.h"
96 void ValidateInternalCalls::fixCFGForPIC(BinaryFunction &Function) const { in fixCFGForPIC()
134 bool ValidateInternalCalls::fixCFGForIC(BinaryFunction &Function) const { in fixCFGForIC()
197 bool ValidateInternalCalls::hasTailCallsInRange( in hasTailCallsInRange()
207 bool ValidateInternalCalls::analyzeFunction(BinaryFunction &Function) const { in analyzeFunction()
304 Error ValidateInternalCalls::runOnFunctions(BinaryContext &BC) { in runOnFunctions()
H A DCMakeLists.txt44 ValidateInternalCalls.cpp
/llvm-project/bolt/include/bolt/Passes/
H A DValidateInternalCalls.h50 class ValidateInternalCalls : public BinaryFunctionPass {
52 explicit ValidateInternalCalls(const cl::opt<bool> &PrintPass) in ValidateInternalCalls() function
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Passes/
H A DBUILD.gn58 "ValidateInternalCalls.cpp",
/llvm-project/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp38 #include "bolt/Passes/ValidateInternalCalls.h"
384 Manager.registerPass(std::make_unique<ValidateInternalCalls>(NeverPrint)); in runAllPasses()