Searched defs:allowDebugInfoForExternalRef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | BPF.h | 92 bool allowDebugInfoForExternalRef() const override { return true; } allowDebugInfoForExternalRef() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1792 virtual bool allowDebugInfoForExternalRef() const { return false; } allowDebugInfoForExternalRef() function |