Home
last modified time | relevance | path

Searched refs:NoInlineLineTables (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp198 ASSERT_FALSE(Invocation.getCodeGenOpts().NoInlineLineTables); in TEST_F()
209 ASSERT_TRUE(Invocation.getCodeGenOpts().NoInlineLineTables); in TEST_F()
221 ASSERT_FALSE(Invocation.getCodeGenOpts().NoInlineLineTables); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1543 bool NoInlineLineTables = Fn->hasFnAttribute("no-inline-line-tables"); in fixupLineNumbers() local
1558 if (!NoInlineLineTables) in fixupLineNumbers()
1566 if (CalleeHasDebugInfo && !NoInlineLineTables) in fixupLineNumbers()
1584 if (NoInlineLineTables) { in fixupLineNumbers()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td321 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def184 CODEGENOPT(NoInlineLineTables, 1, 0) ///< Whether debug info should contain
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp885 if (CGM.getCodeGenOpts().NoInlineLineTables) in StartFunction()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3161 CodeGenOpts<"NoInlineLineTables">, DefaultFalse,