HomeSort by: relevance | last modified time | path
    Searched defs:DebugInfoKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DebugInfoOptions.h 20 enum DebugInfoKind {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 502 // to the corresponding DebugInfoKind.
503 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
1025 codegenoptions::DebugInfoKind DebugInfoKind,
1028 switch (DebugInfoKind) {
3867 codegenoptions::DebugInfoKind &DebugInfoKind,
3909 DebugInfoKind = codegenoptions::LimitedDebugInfo;
3914 DebugInfoKind = DebugLevelToInfoKind(*A);
3919 if (DebugInfoKind == codegenoptions::NoDebugInfo |
    [all...]

Completed in 16 milliseconds