Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dumpFunc
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H
A
D
me_option.h
39
static std::string
dumpFunc
;
member in maple::MeOption
56
(MeOption::
dumpFunc
.compare("*") == 0 || (f).GetName() == MeOption::
dumpFunc
))
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
option.h
71
return
dumpFunc
!= "*" &&
dumpFunc
!= "";
in DumpFunc()
84
static std::string
dumpFunc
;
member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H
A
D
phase_impl.h
39
void SetDump(bool
dumpFunc
)
in SetDump()
argument
41
dump =
dumpFunc
;
in SetDump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H
A
D
me_option.cpp
21
std::string MeOption::
dumpFunc
= "*";
member in maple::MeOption
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cg_option.h
392
return
dumpFunc
;
in GetDumpFunc()
397
return ((
dumpFunc
.compare("*") == 0) || (func.find(CGOptions::
dumpFunc
.c_str()) != std::string::npos));
in IsDumpFunc()
402
dumpFunc
= func;
in SetDumpFunc()
897
static std::string
dumpFunc
;
member in maplebe::CGOptions
H
A
D
cg_options.h
51
extern maplecl::Option<std::string>
dumpFunc
;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cg_option.cpp
38
std::string CGOptions::
dumpFunc
= "*";
member in maplebe::CGOptions
133
if (opts::cg::
dumpFunc
.IsEnabledByUser()) {
in SolveOptions()
134
SetDumpFunc(opts::cg::
dumpFunc
);
in SolveOptions()
417
return
dumpFunc
== "*" ||
dumpFunc
== name;
in FuncFilter()
H
A
D
cg_options.cpp
132
maplecl::Option<std::string>
dumpFunc
(
H
A
D
cg_phasemanager.cpp
58
bool
dumpFunc
= CGOptions::FuncFilter(func.GetName());
in DumpMIRFunc()
local
60
if (printAlways || (dumpAll &&
dumpFunc
)) {
in DumpMIRFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H
A
D
option.cpp
30
std::string Options::
dumpFunc
= "*";
member in maple::Options
Completed in 6 milliseconds