Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap137 exclude header "llvm/DebugInfo/PDB/DIA/DIADataStream.h"
138 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
139 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h"
140 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
141 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
142 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
143 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
144 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h"
145 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"
146 exclude header "llvm/DebugInfo/PDB/DIA/DIAError.h"
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts110 label = "UC8410A:RED:DIA";
116 label = "UC8410A:GREEN:DIA";
122 label = "UC8410A:YELLOW:DIA";
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td59 def use_dia: F<"dia", "Use the DIA library to access symbols (Windows only)">;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h81 DIA = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7227 for (const auto *DIA : ND->specific_attrs<DiagnoseIfAttr>()) { in diagnoseDiagnoseIfAttrsWith() local
7228 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith()
7229 Attrs.push_back(DIA); in diagnoseDiagnoseIfAttrsWith()
7238 [](const DiagnoseIfAttr *DIA) { return DIA->isError(); }); in diagnoseDiagnoseIfAttrsWith() argument
7245 const DiagnoseIfAttr *DIA = *ErrAttr; in diagnoseDiagnoseIfAttrsWith() local
7246 S.Diag(Loc, diag::err_diagnose_if_succeeded) << DIA->getMessage(); in diagnoseDiagnoseIfAttrsWith()
7247 S.Diag(DIA->getLocation(), diag::note_from_diagnose_if) in diagnoseDiagnoseIfAttrsWith()
7248 << DIA->getParent() << DIA->getCond()->getSourceRange(); in diagnoseDiagnoseIfAttrsWith()
7252 for (const auto *DIA : llvm::make_range(WarningBegin, Attrs.end())) in diagnoseDiagnoseIfAttrsWith() local
7253 if (IsSuccessful(DIA)) { in diagnoseDiagnoseIfAttrsWith()
[all …]
H A DSemaTemplateInstantiateDecl.cpp278 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() argument
280 S, TemplateArgs, DIA, DIA->getCond(), Tmpl, New); in instantiateDependentDiagnoseIfAttr()
284 S.getASTContext(), *DIA, Cond, DIA->getMessage(), in instantiateDependentDiagnoseIfAttr()
285 DIA->getDiagnosticType(), DIA->getArgDependent(), New)); in instantiateDependentDiagnoseIfAttr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp155 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities()
166 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp650 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp105 "Dump debug information using a DIA-like API");
161 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"),
309 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"),
1037 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1085 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td44 def diasdkdir : P<"diasdkdir", "Set the location of the DIA SDK">;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td861 def : InstRW<[A57WriteVLDM], (instregex "VLDM(DIA|SIA)$")>;
H A DARMInstrVFP.td230 def DIA :
/freebsd/contrib/tzdata/
H A Daustralasia1675 # The Department of Internal Affairs (DIA) maintains a brief history,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8601 HelpText<"Path to the DIA SDK">, MetaVarName<"<dir>">;
8611 …HelpText<"Same as \"/diasdkdir <dir>/DIA SDK\" /vctoolsdir <dir>/VC/Tools/MSVC/<vctoolsversion> \"…