Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsTargetStreamer.h103 virtual void emitDirectiveCpreturn(unsigned SaveLocation,
292 void emitDirectiveCpreturn(unsigned SaveLocation,
357 void emitDirectiveCpreturn(unsigned SaveLocation,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp142 void MipsTargetStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetStreamer
711 void MipsTargetAsmStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetAsmStreamer
1283 void MipsTargetELFStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetELFStreamer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7844 getTargetStreamer().emitDirectiveCpreturn(CpSaveLocation, in parseDirectiveCPReturn()