Home
last modified time | relevance | path

Searched refs:emitDirectiveCpreturn (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h91 virtual void emitDirectiveCpreturn(unsigned SaveLocation,
262 void emitDirectiveCpreturn(unsigned SaveLocation,
318 void emitDirectiveCpreturn(unsigned SaveLocation,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp109 void MipsTargetStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetStreamer
615 void MipsTargetAsmStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetAsmStreamer
1131 void MipsTargetELFStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetELFStreamer
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5569 getTargetStreamer().emitDirectiveCpreturn(CpSaveLocation, in parseDirectiveCPReturn()