Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DBPF.h91 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1550 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2839 if (getContext().getTargetInfo().allowDebugInfoForExternalRef()) { in EmitDeclRefLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp12723 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnUninitializedDecl()