Home
last modified time | relevance | path

Searched refs:supportKCFIBundles (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h885 bool supportKCFIBundles() const override { return true; } in supportKCFIBundles() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1544 bool supportKCFIBundles() const override { return true; } in supportKCFIBundles() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h936 bool supportKCFIBundles() const override { return true; } in supportKCFIBundles() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4379 virtual bool supportKCFIBundles() const { return false; } in supportKCFIBundles() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8800 if (!TLI.supportKCFIBundles()) in LowerCallTo()