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.cpp529 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.cpp1195 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall()
1422 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp364 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in expandMI()
H A DX86ISelLoweringCall.cpp2564 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
2597 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
H A DX86ISelLowering.cpp62104 MBBI->setCFIType(MF, OrigCall->getCFIType()); in EmitKCFICheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1969 LLVM_ABI void setCFIType(MachineFunction &MF, uint32_t Type);
H A DSelectionDAGNodes.h1097 void setCFIType(uint32_t Type) { CFIType = Type; }
H A DTargetLowering.h4854 CallLoweringInfo &setCFIType(const ConstantInt *Type) { in setCFIType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1136 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp8975 .setCFIType(CFIType) in LowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp903 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
H A DAArch64ISelLowering.cpp9493 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
9506 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1196 MI->setCFIType(MF, CFIType); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22766 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
22774 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()