Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1052 bool isBPF() const { in isBPF() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp683 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4528 if (IsDeclForCallSite && CGM.getTarget().getTriple().isBPF()) { in EmitFunctionDecl()
H A DCGExpr.cpp4012 if (!CGF.getTarget().getTriple().isBPF()) in wrapWithBPFPreserveStaticOffset()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3511 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()