Home
last modified time | relevance | path

Searched refs:allowDebugInfoForExternalRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h92 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1725 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3146 if (getContext().getTargetInfo().allowDebugInfoForExternalRef()) { in EmitDeclRefLValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14133 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnUninitializedDecl()