Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.h109 virtual void emitDirectiveCpreturn(unsigned SaveLocation,
308 void emitDirectiveCpreturn(unsigned SaveLocation,
380 void emitDirectiveCpreturn(unsigned SaveLocation,
H A DMipsTargetStreamer.cpp158 void MipsTargetStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetStreamer
778 void MipsTargetAsmStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetAsmStreamer
1361 void MipsTargetELFStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7902 getTargetStreamer().emitDirectiveCpreturn(CpSaveLocation, in parseDirectiveCPReturn()