Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsTargetStreamer.h102 virtual void emitDirectiveCpreturn(unsigned SaveLocation,
291 void emitDirectiveCpreturn(unsigned SaveLocation,
356 void emitDirectiveCpreturn(unsigned SaveLocation,
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp148 void MipsTargetStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetStreamer
725 void MipsTargetAsmStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetAsmStreamer
1295 void MipsTargetELFStreamer::emitDirectiveCpreturn(unsigned SaveLocation, in emitDirectiveCpreturn() function in MipsTargetELFStreamer
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7902 getTargetStreamer().emitDirectiveCpreturn(CpSaveLocation, in parseDirectiveCPReturn()