OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowRawInsn
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.h
59
extern bool
ShowRawInsn
;
llvm-objdump.cpp
197
bool objdump::
ShowRawInsn
;
431
return !
ShowRawInsn
? 16 : STI.getTargetTriple().isX86() ? 40 : 24;
476
if (
ShowRawInsn
) {
509
if (
ShowRawInsn
) {
646
if (
ShowRawInsn
) {
2382
ShowRawInsn
= InputArgs.hasArg(OTOOL_j);
2441
ShowRawInsn
= !InputArgs.hasArg(OBJDUMP_no_show_raw_insn);
SourcePrinter.cpp
28
return !
ShowRawInsn
? 16 : STI.getTargetTriple().isX86() ? 40 : 24;
MachODump.cpp
238
if (
ShowRawInsn
)
244
if (
ShowRawInsn
)
250
if (
ShowRawInsn
)
262
if (
ShowRawInsn
)
269
if (
ShowRawInsn
)
278
if (
ShowRawInsn
)
7617
if (
ShowRawInsn
|| Arch == Triple::arm)
7634
if (
ShowRawInsn
|| Arch == Triple::arm) {
7714
if (
ShowRawInsn
|| Arch == Triple::arm) {
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026