Home
last modified time | relevance | path

Searched refs:setPreInstrSymbol (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp250 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
H A DX86InstrInfo.cpp8757 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp475 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr
523 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1795 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1103 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()