Searched refs:getDebugFissionKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 192 DwarfFissionKind getDebugFissionKind(const Driver &D,
|
| H A D | Clang.cpp | 4369 DwarfFissionKind tools::getDebugFissionKind(const Driver &D, in getDebugFissionKind() function in tools 4445 DwarfFission = getDebugFissionKind(D, Args, SplitDWARFArg); in renderDebugOptions() 8823 if (getDebugFissionKind(D, Args, A) == DwarfFissionKind::Split && in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 139 if (getDebugFissionKind(D, Args, A) != DwarfFissionKind::None) in getRISCVTargetFeatures()
|
| H A D | LoongArch.cpp | 146 if (getDebugFissionKind(D, Args, A) != DwarfFissionKind::None) in getLoongArchTargetFeatures()
|