| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | CMakeLists.txt | 19 add_pdb_impl_folder(DIA 20 DIA/DIADataStream.cpp 21 DIA/DIAEnumDebugStreams.cpp 22 DIA/DIAEnumFrameData.cpp 23 DIA/DIAEnumInjectedSources.cpp 24 DIA/DIAEnumLineNumbers.cpp 25 DIA/DIAEnumSectionContribs.cpp 26 DIA/DIAEnumSourceFiles.cpp 27 DIA/DIAEnumSymbols.cpp 28 DIA/DIAEnumTables.cpp [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
| H A D | BUILD.gn | 106 "DIA/DIADataStream.cpp", 107 "DIA/DIAEnumDebugStreams.cpp", 108 "DIA/DIAEnumFrameData.cpp", 109 "DIA/DIAEnumInjectedSources.cpp", 110 "DIA/DIAEnumLineNumbers.cpp", 111 "DIA/DIAEnumSectionContribs.cpp", 112 "DIA/DIAEnumSourceFiles.cpp", 113 "DIA/DIAEnumSymbols.cpp", 114 "DIA/DIAEnumTables.cpp", 115 "DIA/DIAError.cpp", [all …]
|
| H A D | enable_dia.gni | 2 # Whether to build code that requires the Microsoft DIA SDK. 3 # If this is set, %INCLUDE% must contain ".../DIA SDK/include" 4 # and %LIB% must contain ".../DIA SDK/lib/amd64".
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
| H A D | module.modulemap | 116 exclude header "DebugInfo/PDB/DIA/DIADataStream.h" 117 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h" 118 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h" 119 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h" 120 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h" 121 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h" 122 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h" 123 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h" 124 exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h" 125 exclude header "DebugInfo/PDB/DIA/DIAError.h" [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 110 label = "UC8410A:RED:DIA"; 116 label = "UC8410A:GREEN:DIA"; 122 label = "UC8410A:YELLOW:DIA";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/ |
| H A D | config-ix.cmake | 504 # See if the DIA SDK is available and usable. 505 set(MSVC_DIA_SDK_DIR "$ENV{VSINSTALLDIR}DIA SDK" CACHE PATH 506 "Path to the DIA SDK") 509 # for MSVC 2013 to write the DIA SDK into the Visual Studio 2012 513 # the DIA SDK folder exists. Should this happen you will need to 521 option(LLVM_ENABLE_DIA_SDK "Use MSVC DIA SDK for debugging if available." 525 …message(FATAL_ERROR "DIA SDK not found. If you have both VS 2012 and 2013 installed, you may need …
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 53 def use_dia: F<"dia", "Use the DIA library to access symbols (Windows only)">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-symbolizer.rst | 408 Use the Windows DIA SDK for symbolization. If the DIA SDK is not found,
|
| H A D | llvm-pdbutil.rst | 52 The **pretty** subcommand is built on the Windows DIA SDK, and as such is not 61 program's debug info. Since it is built on the Windows DIA SDK which is the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 81 DIA = 0, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6678 for (const auto *DIA : ND->specific_attrs<DiagnoseIfAttr>()) { in diagnoseDiagnoseIfAttrsWith() local 6679 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith() 6680 Attrs.push_back(DIA); in diagnoseDiagnoseIfAttrsWith() 6689 [](const DiagnoseIfAttr *DIA) { return DIA->isError(); }); in diagnoseDiagnoseIfAttrsWith() argument 6696 const DiagnoseIfAttr *DIA = *ErrAttr; in diagnoseDiagnoseIfAttrsWith() local 6697 S.Diag(Loc, diag::err_diagnose_if_succeeded) << DIA->getMessage(); in diagnoseDiagnoseIfAttrsWith() 6698 S.Diag(DIA->getLocation(), diag::note_from_diagnose_if) in diagnoseDiagnoseIfAttrsWith() 6699 << DIA->getParent() << DIA->getCond()->getSourceRange(); in diagnoseDiagnoseIfAttrsWith() 6703 for (const auto *DIA : llvm::make_range(WarningBegin, Attrs.end())) in diagnoseDiagnoseIfAttrsWith() local 6704 if (IsSuccessful(DIA)) { in diagnoseDiagnoseIfAttrsWith() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 244 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() argument 246 S, TemplateArgs, DIA, DIA->getCond(), Tmpl, New); in instantiateDependentDiagnoseIfAttr() 250 S.getASTContext(), *DIA, Cond, DIA->getMessage(), in instantiateDependentDiagnoseIfAttr() 251 DIA->getDiagnosticType(), DIA->getArgDependent(), New)); in instantiateDependentDiagnoseIfAttr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/ |
| H A D | config.h.cmake | 49 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 591 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1013 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1061 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
| /netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/ |
| H A D | config.h.in | 108 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
| /netbsd-src/external/apache2/llvm/config/llvm/Config/ |
| H A D | config.h.in | 105 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 3652 * - llvm/include/llvm/DebugInfo/PDB/DIA 4032 * - llvm/lib/DebugInfo/PDB/DIA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CMake.rst | 428 Enable building with MSVC DIA SDK for PDB debugging support. Available
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2367.txt | 426 PF_KEY socket[DIA]. MLS systems that don't currently have such a 2931 [DIA] US Defense Intelligence Agency (DIA), "Compartmented Mode
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 862 def : InstRW<[A57WriteVLDM], (instregex "VLDM(DIA|SIA)$")>;
|
| H A D | ARMInstrVFP.td | 230 def DIA :
|
| /netbsd-src/external/apache2/llvm/autoconf/autoconf/ |
| H A D | configure.ac | 1756 [Define to 1 if you have the DIA SDK installed, and to 0 if you don't.])
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 427 DIA dedicated Internet access
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | australasia | 1728 # The Department of Internal Affairs (DIA) maintains a brief history,
|