Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1515 bool NoInlineLineTables = Fn->hasFnAttribute("no-inline-line-tables"); in fixupLineNumbers() local
1528 if (!NoInlineLineTables) in fixupLineNumbers()
1536 if (CalleeHasDebugInfo && !NoInlineLineTables) in fixupLineNumbers()
1554 if (NoInlineLineTables) { in fixupLineNumbers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td275 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def170 CODEGENOPT(NoInlineLineTables, 1, 0) ///< Whether debug info should contain
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp874 if (CGM.getCodeGenOpts().NoInlineLineTables) in StartFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2850 CodeGenOpts<"NoInlineLineTables">, DefaultFalse,