HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentABIString (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.h 46 const char *getCurrentABIString() const;
MipsAsmPrinter.cpp 202 const char *MipsAsmPrinter::getCurrentABIString() const {
423 OutStreamer.EmitRawText("\t.section .mdebug." + Twine(getCurrentABIString()));
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 123 const char *getCurrentABIString() const;
MipsAsmPrinter.cpp 311 const char *MipsAsmPrinter::getCurrentABIString() const {
703 std::string SectionName = std::string(".mdebug.") + getCurrentABIString();
    [all...]

Completed in 396 milliseconds