Home
last modified time | relevance | path

Searched refs:Inspect (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Expression/
DIRDynamicChecks.cpp165 bool Inspect (llvm::Function &function) in Inspect() function in Instrumenter
616 if (!vpc.Inspect(*function)) in runOnModule()
627 if (!ooc.Inspect(*function)) in runOnModule()
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h119 void Inspect(const char *receive_port_name);
DInspectorMain.mm56 inspector.Inspect(argv[1]);
DInspector.mm55 void Inspector::Inspect(const char *receive_port_name) {
67 // Inspect the task and write a minidump file.
/external/fonttools/Lib/fontTools/
Dinspect.py221 class Inspect(object): class
261 Inspect(arg)
/external/clang/docs/
DInternalsManual.rst1905 * Inspect the generated AST by printing it using ``clang -cc1 -ast-print``,
1908 * Inspect the generated AST under ``clang -cc1 -ast-dump`` to verify that
/external/llvm/docs/
DWritingAnLLVMPass.rst455 #. Inspect or modify a ``Function`` other than the one currently being processed.