OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disableDebugInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
1350
bool
DisableDebugInfo
= false;
1927
if (
DisableDebugInfo
)
1931
void
disableDebugInfo
() {
DisableDebugInfo
= true; }
1932
void enableDebugInfo() {
DisableDebugInfo
= false; }
CGCall.cpp
4227
CGF.
disableDebugInfo
();
Completed in 89 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026