Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DBPF.h92 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1692 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2895 if (getContext().getTargetInfo().allowDebugInfoForExternalRef()) { in EmitDeclRefLValue()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp13659 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnUninitializedDecl()