Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDMSVC.h63 llvm::codegenoptions::DebugInfoFormat getDefaultDebugFormat() const override { in getDefaultDebugFormat() function
HDClang.cpp4525 switch (TC.getDefaultDebugFormat()) { in renderDebugOptions()
8576 switch (getToolChain().getDefaultDebugFormat()) { in ConstructJob()
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h574 virtual llvm::codegenoptions::DebugInfoFormat getDefaultDebugFormat() const { in getDefaultDebugFormat() function