Home
last modified time | relevance | path

Searched refs:TmpLabel (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1421 MCSymbol *TmpLabel = Ctx.createTempSymbol( in emitLoadLocalAddress() local
1423 Out.EmitLabel(TmpLabel); in emitLoadLocalAddress()
1433 RISCVMCExpr::create(MCSymbolRefExpr::create(TmpLabel, Ctx), in emitLoadLocalAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2084 MCSymbol *TmpLabel = getContext().createTempSymbol(); in processInstruction() local
2085 const MCExpr *TmpExpr = MCSymbolRefExpr::create(TmpLabel, getContext()); in processInstruction()
2093 TOut.getStreamer().EmitLabel(TmpLabel); in processInstruction()