Searched defs:PreInstrSymbol (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 834 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { print() local
|
H A D | MachineInstr.cpp | 320 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) setExtraInfo() argument 1877 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { print() local
|
H A D | MachineFunction.cpp | 575 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) createMIExtraInfo() argument
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1091 MCSymbol *PreInstrSymbol = nullptr; parse() local
|