Searched refs:DIA (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h79 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
81 DIA = 0, member in class:llvm::pdb::PDB_ReaderType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp561 : PDB_ReaderType::DIA;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6573 for (const auto *DIA : ND->specific_attrs<DiagnoseIfAttr>()) {
6574 if (ArgDependent == DIA->getArgDependent())
6575 Attrs.push_back(DIA);
6584 [](const DiagnoseIfAttr *DIA) { return DIA->isError(); });
6591 const DiagnoseIfAttr *DIA = *ErrAttr;
6592 S.Diag(Loc, diag::err_diagnose_if_succeeded) << DIA->getMessage();
6593 S.Diag(DIA->getLocation(), diag::note_from_diagnose_if)
6594 << DIA->getParent() << DIA
[all...]
H A DSemaTemplateInstantiateDecl.cpp228 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) {
230 S, TemplateArgs, DIA, DIA->getCond(), Tmpl, New);
234 S.getASTContext(), *DIA, Cond, DIA->getMessage(),
235 DIA->getDiagnosticType(), DIA->getArgDependent(), New));
226 instantiateDependentDiagnoseIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp143 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath),
154 error = loadDataForPDB(PDB_ReaderType::DIA,
/freebsd-13-stable/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"),
307 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"),
1014 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
1062 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;

Completed in 198 milliseconds