Home
last modified time | relevance | path

Searched defs:allowDebugInfoForExternalRef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h92 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1812 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function