Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h376 virtual bool shouldEmitDWARFBitFieldSeparators() const { return false; } in shouldEmitDWARFBitFieldSeparators() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp553 bool AMDGPUTargetCodeGenInfo::shouldEmitDWARFBitFieldSeparators() const { in shouldEmitDWARFBitFieldSeparators() function in AMDGPUTargetCodeGenInfo