Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DBPF.h91 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1635 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2928 if (getContext().getTargetInfo().allowDebugInfoForExternalRef()) { in EmitDeclRefLValue()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp13280 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnUninitializedDecl()