Home
last modified time | relevance | path

Searched refs:explain (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dexplain.test3 ; RUN: llvm-pdbutil explain -offset=0 %p/Inputs/InjectedSource.pdb \
5 ; RUN: llvm-pdbutil explain -offset=40 %p/Inputs/InjectedSource.pdb \
7 ; RUN: llvm-pdbutil explain -offset=60 %p/Inputs/InjectedSource.pdb \
10 ; RUN: llvm-pdbutil explain -offset=0x1000 %p/Inputs/InjectedSource.pdb \
12 ; RUN: llvm-pdbutil explain -offset=0x1100 %p/Inputs/InjectedSource.pdb \
14 ; RUN: llvm-pdbutil explain -offset=0x2000 %p/Inputs/InjectedSource.pdb \
17 ; RUN: llvm-pdbutil explain -offset=0x3000 %p/Inputs/InjectedSource.pdb \
20 ; RUN: llvm-pdbutil explain -offset=0x7000 %p/Inputs/InjectedSource.pdb \
23 ; RUN: llvm-pdbutil explain -offset=0x1A000 %p/Inputs/InjectedSource.pdb \
26 ; RUN: llvm-pdbutil explain -offset=0x1B000 %p/Inputs/InjectedSource.pdb \
[all …]
H A Dexplain-pdb-stream.test3 ; RUN: llvm-pdbutil explain \
H A Dexplain-dbi-stream.test3 ; RUN: llvm-pdbutil explain \
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregerror.c57 const char *explain; member
108 s = r->explain; in llvm_regerror()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp72 switch (opts::explain::InputType) { in explainBinaryFile()
73 case opts::explain::InputFileType::DBIStream: { in explainBinaryFile()
80 case opts::explain::InputFileType::PDBStream: { in explainBinaryFile()
H A Dllvm-pdbutil.cpp730 namespace explain { namespace
1373 static void explain() { in explain() function
1376 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true)); in explain()
1378 for (uint64_t Off : opts::explain::Offsets) { in explain()
1633 explain(); in main()
H A Dllvm-pdbutil.h208 namespace explain {
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A DSubmittingPatches51 review and explain how you addressed them or why you
H A Disl.bib343 purpose of the paper is to explain the various heuristics and to prove
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dregcoal-invalid-subrange-update.mir38 # here, what we explain with %5.dsub_1 == %4.dsub_3
/llvm-project-15.0.7/mlir/utils/mbr/
H A DREADME.md13 and a runner. Here's an outline of a benchmark; we explain its working after
/llvm-project-15.0.7/libc/docs/
H A Dimplementation_standard.rst5 we explain how the entrypoints are implemented. The source layout document
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVVPInstrInfo.td18 // TODO explain how VVP nodes relate to VP SDNodes once VP ISel is uptream.
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td35 /// and emits reports that explain the occurance of the bug understandably and
/llvm-project-15.0.7/llvm/docs/
H A DCodeReview.rst127 other places in the code, please explain the requested set of changes so that
130 from specific performance tests), please explain as many of these up front as
H A DXRayFDRFormat.rst368 This is an attempt to explain the format with statements in EBNF format.
H A DBigEndianNEON.rst13 The aim of this document is to explain the problem with NEON loads and stores, and the solution tha…
H A DResponseGuide.rst207 contact the reporter and any other affected parties to explain the proposed
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Duse-after-move.rst27 Subsections below explain more precisely what exactly the check considers to be
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmig.mm105 // Also when returning a variable, explain why do we think that it contains
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DDebugChecks.rst183 in the test code as necessary to explain various integral, pointer,
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md18 change", to explain the rationale and the tradeoffs involved that led us to this
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst316 Hopefully this helps explain how DebugSymbols.framework can help any company
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dtblgen.rst498 Make -gen-global-isel explain why a pattern was skipped for inclusion.
/llvm-project-15.0.7/polly/docs/
H A DHowToManuallyUseTheIndividualPiecesOfPolly.rst11 code with Polly. We show how to execute them individually and explain for

12