|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/MachineInstr.h 1620 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
References
lib/CodeGen/CFGuardLongjmp.cpp 113 Setjmp->setPostInstrSymbol(MF, SjSymbol);
lib/CodeGen/MIRParser/MIParser.cpp 987 MI->setPostInstrSymbol(MF, PostInstrSymbol);
lib/CodeGen/MachineInstr.cpp 516 setPostInstrSymbol(MF, MI.getPostInstrSymbol());
lib/CodeGen/ModuloSchedule.cpp 2020 MI->setPostInstrSymbol(MF, Sym);
lib/Target/X86/X86SpeculativeLoadHardening.cpp 2468 MI.setPostInstrSymbol(MF, RetSymbol);
unittests/CodeGen/MachineInstrTest.cpp 408 MI->setPostInstrSymbol(*MF, Sym2);
439 MI->setPostInstrSymbol(*MF, Sym2);
450 MI->setPostInstrSymbol(*MF, Sym1);
476 MI->setPostInstrSymbol(*MF, Sym2);
479 MI->setPostInstrSymbol(*MF, nullptr);