Home
last modified time | relevance | path

Searched defs:supportKCFIBundles (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h884 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h934 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1544 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4380 virtual bool supportKCFIBundles() const { return false; } supportKCFIBundles() function