Searched defs:fname (Results 1 – 13 of 13) sorted by relevance
60 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
478 SavedFormattingFileName(ETSParser *parser, std::string_view fname) in SavedFormattingFileName()
265 Dwarf_Unsigned DwarfBuilder::AddFile(const std::string &fname, Dwarf_Unsigned dirIndex) in AddFile()
220 const std::string fname, regno_t vReg) in GenerateDot()
87 def self.from_file(fname, name) argument
232 std::stringstream fname; in ScanVma() local
339 std::string fname; in TraverseSiblings() local
129 def self.from_file(fname, name) argument
444 std::string fname; in TraverseSiblings() local
793 for (auto &fname : aotFiles) { in HandleAotOptions() local
460 void AssertOpenAbc(const char *fname, AbckitFile **file) in AssertOpenAbc()
88 void Disassembler::SetProfile(std::string_view fname) in SetProfile()
1587 virtual Expected<bool, const char *> AddProfile([[maybe_unused]] std::string_view fname) in AddProfile()