Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h359 MDNode *PCSections = nullptr; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp319 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 DMIRPrinter.cpp845 if (MDNode *PCSections = MI.getPCSections()) { print() local
H A DMachineFunction.cpp564 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 DMachineIRBuilder.h54 MDNode *PCSections = nullptr; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1103 MDNode *PCSections = nullptr; in parse() local