/freebsd/contrib/llvm-project/llvm/include/ |
H A D | module.modulemap | 137 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 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/tools/llvm-symbolizer/ |
H A D | Opts.td | 59 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 D | PDBTypes.h | 81 DIA = 0, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7227 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 D | SemaTemplateInstantiateDecl.cpp | 278 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 D | SymbolFilePDB.cpp | 155 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 D | Symbolize.cpp | 650 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 105 "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 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 | 230 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 | 8601 HelpText<"Path to the DIA SDK">, MetaVarName<"<dir>">; 8611 …HelpText<"Same as \"/diasdkdir <dir>/DIA SDK\" /vctoolsdir <dir>/VC/Tools/MSVC/<vctoolsversion> \"…
|