Searched defs:CFIType (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 160 const ConstantInt *CFIType = nullptr; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 869 if (uint32_t CFIType = MI.getCFIType()) { print() local
|
H A D | MachineInstr.cpp | 323 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) setExtraInfo() argument 1917 if (uint32_t CFIType = getCFIType()) { print() local
|
H A D | MachineFunction.cpp | 577 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 | 1108 unsigned CFIType = 0; parse() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4540 const ConstantInt *CFIType = nullptr; global() member
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8782 ConstantInt *CFIType = nullptr; LowerCallTo() local
|