Home
last modified time | relevance | path

Searched refs:FormatName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp847 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile() local
952 printDatum(J, "format", FormatName); in collectStatsForObjectFile()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2282 std::string FormatName = (".insn_" + Format).str(); in parseDirectiveInsn() local
2287 if (ParseInstruction(Info, FormatName, L, Operands)) in parseDirectiveInsn()