Home
last modified time | relevance | path

Searched defs:PCSections (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h368 MDNode *PCSections = nullptr; global() variable
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp322 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 DMIRPrinter.cpp855 if (MDNode *PCSections = MI.getPCSections()) { print() local
H A DMachineFunction.cpp576 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 DMachineIRBuilder.h55 MDNode *PCSections = nullptr; member
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1103 MDNode *PCSections = nullptr; parse() local