Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/bolt/lib/Passes/
H A DValidateInternalCalls.cpp96 void ValidateInternalCalls::fixCFGForPIC(BinaryFunction &Function) const { in fixCFGForPIC()
135 bool ValidateInternalCalls::fixCFGForIC(BinaryFunction &Function) const { in fixCFGForIC()
198 bool ValidateInternalCalls::hasTailCallsInRange( in hasTailCallsInRange()
208 bool ValidateInternalCalls::analyzeFunction(BinaryFunction &Function) const { in analyzeFunction()
307 void ValidateInternalCalls::runOnFunctions(BinaryContext &BC) { in runOnFunctions()
H A DCMakeLists.txt45 ValidateInternalCalls.cpp
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp332 Manager.registerPass(std::make_unique<ValidateInternalCalls>(NeverPrint)); in runAllPasses()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt56 bolt/include/bolt/Passes/ValidateInternalCalls.h
102 bolt/lib/Passes/ValidateInternalCalls.cpp