Searched defs:PCSections (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 368 MDNode *PCSections = nullptr; global() variable [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 322 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) setExtraInfo() argument 517 setPCSections(MachineFunction & MF,MDNode * PCSections) setPCSections() argument 1901 if (MDNode *PCSections = getPCSections()) { print() local
|
H A D | MIRPrinter.cpp | 855 if (MDNode *PCSections = MI.getPCSections()) { print() local
|
H A D | MachineFunction.cpp | 576 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) createMIExtraInfo() argument
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 55 MDNode *PCSections = nullptr; member
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1103 MDNode *PCSections = nullptr; parse() local
|