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.modulemap145 exclude header "llvm/DebugInfo/PDB/DIA/DIADataStream.h"
146 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
147 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h"
148 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
149 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
150 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
151 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
152 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h"
153 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"
154 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/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h81 DIA = 0, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td65 def use_dia: F<"dia", "Use the DIA library to access symbols (Windows only)">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7495 for (const auto *DIA : ND->specific_attrs<DiagnoseIfAttr>()) { in diagnoseDiagnoseIfAttrsWith() local
7496 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith()
7497 Attrs.push_back(DIA); in diagnoseDiagnoseIfAttrsWith()
7505 Attrs.begin(), Attrs.end(), [](const DiagnoseIfAttr *DIA) { in diagnoseDiagnoseIfAttrsWith() argument
7506 return DIA->getDefaultSeverity() == DiagnoseIfAttr::DS_error && in diagnoseDiagnoseIfAttrsWith()
7507 DIA->getWarningGroup().empty(); in diagnoseDiagnoseIfAttrsWith()
7515 const DiagnoseIfAttr *DIA = *ErrAttr; in diagnoseDiagnoseIfAttrsWith() local
7516 S.Diag(Loc, diag::err_diagnose_if_succeeded) << DIA->getMessage(); in diagnoseDiagnoseIfAttrsWith()
7517 S.Diag(DIA->getLocation(), diag::note_from_diagnose_if) in diagnoseDiagnoseIfAttrsWith()
7518 << DIA->getParent() << DIA->getCond()->getSourceRange(); in diagnoseDiagnoseIfAttrsWith()
[all …]
H A DSemaTemplateInstantiateDecl.cpp280 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() argument
282 S, TemplateArgs, DIA, DIA->getCond(), Tmpl, New); in instantiateDependentDiagnoseIfAttr()
286 S.getASTContext(), *DIA, Cond, DIA->getMessage(), in instantiateDependentDiagnoseIfAttr()
287 DIA->getDefaultSeverity(), DIA->getWarningGroup(), in instantiateDependentDiagnoseIfAttr()
288 DIA->getArgDependent(), New)); in instantiateDependentDiagnoseIfAttr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp156 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities()
167 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp701 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1043 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1091 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.td243 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.td9152 HelpText<"Path to the DIA SDK">, MetaVarName<"<dir>">;
9162 …HelpText<"Same as \"/diasdkdir <dir>/DIA SDK\" /vctoolsdir <dir>/VC/Tools/MSVC/<vctoolsversion> \"…