| /freebsd/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 145 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 D | ls1021a-moxa-uc-8410a.dts | 110 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 D | PDBTypes.h | 81 DIA = 0, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 65 def use_dia: F<"dia", "Use the DIA library to access symbols (Windows only)">;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7495 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 D | SemaTemplateInstantiateDecl.cpp | 280 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 D | SymbolFilePDB.cpp | 156 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 D | Symbolize.cpp | 701 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1043 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 D | Options.td | 44 def diasdkdir : P<"diasdkdir", "Set the location of the DIA SDK">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 861 def : InstRW<[A57WriteVLDM], (instregex "VLDM(DIA|SIA)$")>;
|
| H A D | ARMInstrVFP.td | 243 def DIA :
|
| /freebsd/contrib/tzdata/ |
| H A D | australasia | 1675 # The Department of Internal Affairs (DIA) maintains a brief history,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 9152 HelpText<"Path to the DIA SDK">, MetaVarName<"<dir>">; 9162 …HelpText<"Same as \"/diasdkdir <dir>/DIA SDK\" /vctoolsdir <dir>/VC/Tools/MSVC/<vctoolsversion> \"…
|