Searched defs:PCSections (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 359 MDNode *PCSections = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 319 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType) setExtraInfo() argument 508 setPCSections(MachineFunction & MF,MDNode * PCSections) setPCSections() argument 1838 if (MDNode *PCSections = getPCSections()) { print() local
|
H A D | MIRPrinter.cpp | 845 if (MDNode *PCSections = MI.getPCSections()) { print() local
|
H A D | MachineFunction.cpp | 564 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType) createMIExtraInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 54 MDNode *PCSections = nullptr; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1103 MDNode *PCSections = nullptr; in parse() local
|