Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp60 void Compiler::CheckOptionsAndFileForAbcInput(const std::string &fname, const CompilerOptions &opti… in CheckOptionsAndFileForAbcInput()
85 panda::pandasm::Program *Compiler::CompileAbcFile(const std::string &fname, const CompilerOptions &… in CompileAbcFile()
138 std::string fname(input.fileName); in Compile() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h478 SavedFormattingFileName(ETSParser *parser, std::string_view fname) in SavedFormattingFileName()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp265 Dwarf_Unsigned DwarfBuilder::AddFile(const std::string &fname, Dwarf_Unsigned dirIndex) in AddFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp220 const std::string fname, regno_t vReg) in GenerateDot()
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb87 def self.from_file(fname, name) argument
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp232 std::stringstream fname; in ScanVma() local
Ddebug_info.cpp339 std::string fname; in TraverseSiblings() local
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb129 def self.from_file(fname, name) argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp444 std::string fname; in TraverseSiblings() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp793 for (auto &fname : aotFiles) { in HandleAotOptions() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp460 void AssertOpenAbc(const char *fname, AbckitFile **file) in AssertOpenAbc()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp88 void Disassembler::SetProfile(std::string_view fname) in SetProfile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1587 virtual Expected<bool, const char *> AddProfile([[maybe_unused]] std::string_view fname) in AddProfile()