Home
last modified time | relevance | path

Searched refs:CreateCFIIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h248 MI->addOperand(*MF, MachineOperand::CreateCFIIndex(CFIIndex)); in addCFIIndex()
H A DMachineOperand.h959 static MachineOperand CreateCFIIndex(unsigned CFIIndex) { in CreateCFIIndex() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2568 Dest = MachineOperand::CreateCFIIndex(CFIIndex); in parseCFIOperand()