OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIA
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
79
/// of PDB_ReaderType::
DIA
is currently supported, but Native is in the works.
81
DIA
= 0,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
6678
for (const auto *
DIA
: ND->specific_attrs<DiagnoseIfAttr>()) {
6679
if (ArgDependent ==
DIA
->getArgDependent())
6680
Attrs.push_back(
DIA
);
6689
[](const DiagnoseIfAttr *
DIA
) { return
DIA
->isError(); });
6696
const DiagnoseIfAttr *
DIA
= *ErrAttr;
6697
S.Diag(Loc, diag::err_diagnose_if_succeeded) <<
DIA
->getMessage();
6698
S.Diag(
DIA
->getLocation(), diag::note_from_diagnose_if)
6699
<<
DIA
->getParent() <<
DIA
->getCond()->getSourceRange()
[
all
...]
SemaTemplateInstantiateDecl.cpp
244
const DiagnoseIfAttr *
DIA
, const Decl *Tmpl, FunctionDecl *New) {
246
S, TemplateArgs,
DIA
,
DIA
->getCond(), Tmpl, New);
250
S.getASTContext(), *
DIA
, Cond,
DIA
->getMessage(),
251
DIA
->getDiagnosticType(),
DIA
->getArgDependent(), New));
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp
591
Opts.UseDIA ? PDB_ReaderType::
DIA
: PDB_ReaderType::Native;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
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
"),
307
cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of
DIA
"),
1013
opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::
DIA
;
1061
opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::
DIA
;
Completed in 29 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026