Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMSVC.h62 codegenoptions::DebugInfoFormat getDefaultDebugFormat() const override { in getDefaultDebugFormat() function
H A DClang.cpp4185 switch (TC.getDefaultDebugFormat()) { in renderDebugOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h525 virtual codegenoptions::DebugInfoFormat getDefaultDebugFormat() const { in getDefaultDebugFormat() function