Searched defs:CFIType (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 149 const ConstantInt *CFIType = nullptr; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 852 if (uint32_t CFIType = MI.getCFIType()) { 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) setExtraInfo() argument 1846 if (uint32_t CFIType = getCFIType()) { print() local
|
H A D | MachineFunction.cpp | 565 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType) createMIExtraInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1108 unsigned CFIType = 0; in parse() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4397 const ConstantInt *CFIType = nullptr; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8380 ConstantInt *CFIType = nullptr; LowerCallTo() local
|