Home
last modified time | relevance | path

Searched refs:setPostInstrSymbol (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
H A DMachineInstr.cpp472 void MachineInstr::setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPostInstrSymbol() function in MachineInstr
524 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols()
H A DModuloSchedule.cpp2211 MI->setPostInstrSymbol(MF, Sym); in annotate()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1832 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp2098 MI.setPostInstrSymbol(MF, RetSymbol); in tracePredStateThroughCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1172 MI->setPostInstrSymbol(MF, PostInstrSymbol); in parse()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2539 GetPC->setPostInstrSymbol(*MF, PostGetPCLabel); in insertIndirectBranch()