Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86KCFI.cpp85 MBBI->setCFIType(MF, OrigCall->getCFIType()); in emitCheck()
120 MBBI->setCFIType(MF, 0); in emitCheck()
H A DX86ExpandPseudo.cpp361 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in ExpandMI()
H A DX86ISelLowering.cpp4921 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
4949 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64KCFI.cpp85 MBBI->setCFIType(*MBB.getParent(), 0); in emitCheck()
H A DAArch64ExpandPseudoInsts.cpp798 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
H A DAArch64ISelLowering.cpp7641 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
7668 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp992 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall()
1197 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1849 void setCFIType(MachineFunction &MF, uint32_t Type);
H A DSelectionDAGNodes.h979 void setCFIType(uint32_t Type) { CFIType = Type; }
H A DTargetLowering.h4325 CallLoweringInfo &setCFIType(const ConstantInt *Type) { in setCFIType() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1104 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp7999 .setCFIType(CFIType); in LowerCallTo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp505 void MachineInstr::setCFIType(MachineFunction &MF, uint32_t Type) { in setCFIType() function in MachineInstr
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1178 MI->setCFIType(MF, CFIType); in parse()