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:transformLib
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/aot/
H
A
D
emitFiles.h
47
explicit EmitMergedAbcJob(const std::string &outputFileName, const std::string &
transformLib
,
in EmitMergedAbcJob()
argument
50
: outputFileName_(outputFileName), transformLib_(
transformLib
),
in EmitMergedAbcJob()
H
A
D
options.cpp
446
panda::PandArg<std::string>
transformLib
("transform-lib", "", "aop transform lib file path");
in Parse()
512
argparser_->Add(&
transformLib
);
in Parse()
737
bool transformLibIsEmpty =
transformLib
.GetValue().empty();
in Parse()
739
auto libName =
transformLib
.GetValue();
in Parse()
743
std::cerr << "Failed to find file '" << libName << "' during
transformLib
file resolution" << std::endl
in Parse()
748
compilerOptions_.
transformLib
= transformLibAbs.Value();
in Parse()
H
A
D
emitFiles.cpp
54
options_->CompilerOptions().
transformLib
, progsInfo_, targetApi, targetSubApi);
in Schedule()
/arkcompiler/ets_frontend/es2panda/
H
A
D
es2panda.h
114
std::string
transformLib
{};
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
compileQueue.cpp
159
if (src_->isSourceMode && options_->
transformLib
.empty()) {
in OptimizeAndCacheProgram()
Completed in 4 milliseconds