Home
last modified time | relevance | path

Searched refs:BENIGN_DEBUGOPT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def34 #ifndef BENIGN_DEBUGOPT
35 #define BENIGN_DEBUGOPT(Name, Bits, Default) \
52 BENIGN_DEBUGOPT(EnableDIPreservationVerify, 1, 0) ///< Enable di preservation
57 BENIGN_DEBUGOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame
64 BENIGN_DEBUGOPT(NoDwarfDirectoryAsm , 1, 0) ///< Set when -fno-dwarf-directory-asm
67 BENIGN_DEBUGOPT(NoInlineLineTables, 1, 0) ///< Whether debug info should contain
144 #undef BENIGN_DEBUGOPT
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp39 #define BENIGN_DEBUGOPT(Name, Bits, Default) Name = Default; in resetNonModularOptions() macro
50 #define BENIGN_DEBUGOPT(Name, Bits, Default) in resetNonModularOptions() macro
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4806 #define BENIGN_DEBUGOPT(Name, Bits, Default) in getModuleHash() macro