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.cpp329 bool shouldEmitDWARFBitFieldSeparators() const override;
568 bool AMDGPUTargetCodeGenInfo::shouldEmitDWARFBitFieldSeparators() const { in shouldEmitDWARFBitFieldSeparators() function in AMDGPUTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h403 virtual bool shouldEmitDWARFBitFieldSeparators() const { return false; } in shouldEmitDWARFBitFieldSeparators() function
H A DCGDebugInfo.cpp1806 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()