Home
last modified time | relevance | path

Searched refs:setCFIType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp79 MBBI->setCFIType(*MBB.getParent(), 0); in emitCheck()
H A DMachineInstr.cpp517 void MachineInstr::setCFIType(MachineFunction &MF, uint32_t Type) { in setCFIType() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1096 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall()
1309 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp362 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in ExpandMI()
H A DX86ISelLoweringCall.cpp2500 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
2529 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
H A DX86ISelLowering.cpp57665 MBBI->setCFIType(MF, OrigCall->getCFIType()); in EmitKCFICheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1902 void setCFIType(MachineFunction &MF, uint32_t Type);
H A DSelectionDAGNodes.h999 void setCFIType(uint32_t Type) { CFIType = Type; }
H A DTargetLowering.h4526 CallLoweringInfo &setCFIType(const ConstantInt *Type) { in setCFIType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1107 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp8399 .setCFIType(CFIType); in LowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp863 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
H A DAArch64ISelLowering.cpp8107 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
8138 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1195 MI->setCFIType(MF, CFIType); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18565 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
18572 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()