Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h140 const char *getCurrentABIString() const;
H A DMipsAsmPrinter.cpp391 const char *MipsAsmPrinter::getCurrentABIString() const { in getCurrentABIString() function in MipsAsmPrinter
804 std::string SectionName = std::string(".mdebug.") + getCurrentABIString(); in emitStartOfAsmFile()