HomeSort by: relevance | last modified time | path
    Searched refs:branchTargetEnforcement (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64BranchTargets.cpp 61 if (!MF.getInfo<AArch64FunctionInfo>()->branchTargetEnforcement())
AArch64MachineFunctionInfo.h 164 /// BranchTargetEnforcement enables placing BTI instructions at potential
166 bool BranchTargetEnforcement = false;
399 bool branchTargetEnforcement() const { return BranchTargetEnforcement; }
AArch64InstrInfo.cpp 6561 return C.getMF()->getInfo<AArch64FunctionInfo>()->branchTargetEnforcement();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 858 if (CallerF.getInfo<AArch64FunctionInfo>()->branchTargetEnforcement())
898 if (MF.getInfo<AArch64FunctionInfo>()->branchTargetEnforcement()) {

Completed in 24 milliseconds