Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h140 const char *getCurrentABIString() const;
H A DMipsAsmPrinter.cpp468 const char *MipsAsmPrinter::getCurrentABIString() const { in getCurrentABIString() function in MipsAsmPrinter
881 std::string SectionName = std::string(".mdebug.") + getCurrentABIString(); in emitStartOfAsmFile()