Home
last modified time | relevance | path

Searched refs:shouldEmitDWARFBitFieldSeparators (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp318 bool shouldEmitDWARFBitFieldSeparators() const override;
553 bool AMDGPUTargetCodeGenInfo::shouldEmitDWARFBitFieldSeparators() const { in shouldEmitDWARFBitFieldSeparators() function in AMDGPUTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h376 virtual bool shouldEmitDWARFBitFieldSeparators() const { return false; } in shouldEmitDWARFBitFieldSeparators() function
H A DCGDebugInfo.cpp1643 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()