Home
last modified time | relevance | path

Searched refs:GraphC (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp32 cl::sub(GraphC), cl::init(false));
35 cl::sub(GraphC));
51 cl::sub(GraphC));
56 cl::sub(GraphC), cl::init(false));
60 cl::sub(GraphC));
85 cl::sub(GraphC));
90 cl::value_desc("field"), cl::sub(GraphC),
110 cl::sub(GraphC));
115 cl::value_desc("field"), cl::sub(GraphC),
135 cl::sub(GraphC));
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp31 cl::sub(GraphC), cl::init(false));
34 cl::sub(GraphC));
50 cl::sub(GraphC));
55 cl::sub(GraphC), cl::init(false));
59 cl::sub(GraphC));
84 cl::sub(GraphC));
89 cl::value_desc("field"), cl::sub(GraphC),
109 cl::sub(GraphC));
114 cl::value_desc("field"), cl::sub(GraphC),
134 cl::sub(GraphC));
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp32 cl::sub(GraphC), cl::init(false));
35 cl::sub(GraphC));
51 cl::sub(GraphC));
56 cl::sub(GraphC), cl::init(false));
60 cl::sub(GraphC));
85 cl::sub(GraphC));
90 cl::value_desc("field"), cl::sub(GraphC),
110 cl::sub(GraphC));
115 cl::value_desc("field"), cl::sub(GraphC),
135 cl::sub(GraphC));
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp24 static cl::SubCommand GraphC("graph", "Generate function-call graph"); variable
27 cl::Required, cl::sub(GraphC));
31 cl::sub(GraphC), cl::init(false));
37 cl::desc("output file; use '-' for stdout"), cl::sub(GraphC));
45 cl::value_desc("binary with xray_instr_map"), cl::sub(GraphC),
53 cl::sub(GraphC), cl::init(false));
61 cl::value_desc("field"), cl::sub(GraphC),
85 cl::value_desc("field"), cl::sub(GraphC),
109 cl::value_desc("field"), cl::sub(GraphC),
133 cl::value_desc("field"), cl::sub(GraphC),
[all …]