Home
last modified time | relevance | path

Searched refs:DebuggerSupport (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp139 DebuggerSupport("debugger-support", variable
985 if (DebuggerSupport && TT.isOSBinFormatMachO()) in Session()
1025 if (DebuggerSupport) in Session()
1258 if (DebuggerSupport.getNumOccurrences() == 0 && NoExec) in sanitizeArguments()
1259 DebuggerSupport = false; in sanitizeArguments()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp194 Inv->getLangOpts()->DebuggerSupport = true; in BuildCompilerInstance()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp867 (getLangOpts().Modules || getLangOpts().DebuggerSupport) && in HandleIdentifier()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp570 lang_opts.DebuggerSupport = in ClangExpressionParser()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1729 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1746 if (!getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1782 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
H A DSemaExprMember.cpp1437 if (!S.getLangOpts().DebuggerSupport) { in LookupMemberExpr()
H A DSemaExpr.cpp2871 !getLangOpts().DebuggerSupport) in LookupIvarInObjCMethod()
13030 if (LangOpts.DebuggerSupport) { in CheckCompareOperands()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def304 BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support")
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp97 if (getLangOpts().Modules || getLangOpts().DebuggerSupport) { in ParseObjCAtDirectives()
2807 getLangOpts().DebuggerSupport) { in ParseObjCAtStatement()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6297 MarshallingInfoFlag<LangOpts<"DebuggerSupport">>;