Searched refs:viewCFGOnly (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DCFGPrinter.cpp56 F.viewCFGOnly();
149 /// viewCFGOnly - This function is meant for use from the debugger. It works
154 void Function::viewCFGOnly() const { function in class:Function
H A DAnalysis.cpp104 F->viewCFGOnly();
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp56 F.viewCFGOnly();
149 /// viewCFGOnly - This function is meant for use from the debugger. It works
154 void Function::viewCFGOnly() const { function in class:Function
H A DAnalysis.cpp127 F->viewCFGOnly();
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli44 See [llvm::Function::viewCFGOnly]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
H A Dllvm_analysis.mli44 See [llvm::Function::viewCFGOnly]. *)
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinkAllPasses.h157 ((llvm::Function*)0)->viewCFGOnly();
H A DFunction.h399 /// viewCFGOnly - This function is meant for use from the debugger. It works
404 void viewCFGOnly() const;
/external/llvm/include/llvm/
H A DLinkAllPasses.h203 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h261 /// viewCFGOnly - This function is meant for use from the debugger. It works
266 void viewCFGOnly() const;
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h404 /// viewCFGOnly - This function is meant for use from the debugger. It works
409 void viewCFGOnly() const;
/external/llvm/include/llvm/IR/
H A DFunction.h590 /// viewCFGOnly - This function is meant for use from the debugger. It works
595 void viewCFGOnly() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h617 /// viewCFGOnly - This function is meant for use from the debugger. It works
622 void viewCFGOnly() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp378 void MachineFunction::viewCFGOnly() const function in class:MachineFunction
383 errs() << "MachineFunction::viewCFGOnly is only available in debug builds on "
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp500 void MachineFunction::viewCFGOnly() const function in class:MachineFunction
505 errs() << "MachineFunction::viewCFGOnly is only available in debug builds on "

Completed in 502 milliseconds