Home
last modified time | relevance | path

Searched refs:DIA (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt19 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 DBUILD.gn106 "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 Denable_dia.gni2 # 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 Dmodule.modulemap116 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 Dls1021a-moxa-uc-8410a.dts110 label = "UC8410A:RED:DIA";
116 label = "UC8410A:GREEN:DIA";
122 label = "UC8410A:YELLOW:DIA";
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake504 # 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 DOpts.td53 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 Dllvm-symbolizer.rst408 Use the Windows DIA SDK for symbolization. If the DIA SDK is not found,
H A Dllvm-pdbutil.rst52 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 DPDBTypes.h81 DIA = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6678 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 DSemaTemplateInstantiateDecl.cpp244 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 Dconfig.h.cmake49 /* 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 DSymbolize.cpp591 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1013 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 Dconfig.h.in108 /* 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 Dconfig.h.in105 /* 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 DClangFormattedStatus.rst3652 * - llvm/include/llvm/DebugInfo/PDB/DIA
4032 * - llvm/lib/DebugInfo/PDB/DIA
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMake.rst428 Enable building with MSVC DIA SDK for PDB debugging support. Available
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2367.txt426 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 DARMScheduleA57.td862 def : InstRW<[A57WriteVLDM], (instregex "VLDM(DIA|SIA)$")>;
H A DARMInstrVFP.td230 def DIA :
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac1756 [Define to 1 if you have the DIA SDK installed, and to 0 if you don't.])
/netbsd-src/share/misc/
H A Dacronyms.comp427 DIA dedicated Internet access
/netbsd-src/external/public-domain/tz/dist/
H A Daustralasia1728 # The Department of Internal Affairs (DIA) maintains a brief history,

12