Searched defs:supportKCFIBundles (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.h | 884 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.h | 934 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.h | 1544 bool supportKCFIBundles() const override { return true; } supportKCFIBundles() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 4380 virtual bool supportKCFIBundles() const { return false; } supportKCFIBundles() function |