Home
last modified time | relevance | path

Searched refs:compilands (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-flags.test3 ; RUN: llvm-pdbutil pretty -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=COMPILAN…
4 ; RUN: llvm-pdbutil pretty -types -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=M…
6 ; Check that neither symbols nor compilands are dumped when neither argument specified.
24 ; Check that only compilands are dumped when only -compilands is specified.
33 ; Check that types and compilands are dumped when both arguments are specified.
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-flags.test3 ; RUN: llvm-pdbdump pretty -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=COMPILAN…
4 ; RUN: llvm-pdbdump pretty -types -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=M…
6 ; Check that neither symbols nor compilands are dumped when neither argument specified.
24 ; Check that only compilands are dumped when only -compilands is specified.
33 ; Check that types and compilands are dumped when both arguments are specified.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst74 .. option:: -exclude-compilands=<string>
76 When dumping compilands, compiland source-file contributions, or per-compiland
77 symbols, this option instructs **llvm-pdbutil** to omit any compilands that
91 .. option:: -include-compilands=<string>
93 When dumping compilands, compiland source-file contributions, or per-compiland
94 symbols, limit the initial search to only those compilands that match the
174 .. option:: -compilands
176 Display compilands (e.g. object files)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-compilands.test1 ; Test that the native PDB reader can enumerate the compilands.
2 ; RUN: llvm-pdbutil pretty -native -compilands %p/../Inputs/empty.pdb \
4 ; RUN: llvm-pdbutil pretty -native -compilands %p/../Inputs/big-read.pdb \
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc303 CComPtr<IDiaEnumSymbols> compilands; in PrintSourceFiles() local
305 nsNone, &compilands))) { in PrintSourceFiles()
312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()
450 CComPtr<IDiaEnumSymbols> compilands; in PrintFunctions() local
452 nsNone, &compilands))) { in PrintFunctions()
458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
/external/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test11 ; RUN: llvm-pdbdump pretty -symbols -globals -exclude-compilands="FilterTest.obj" \
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test18 ; RUN: llvm-pdbutil pretty -module-syms -globals -exclude-compilands="FilterTest.obj" \
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst79 such as the types, symbols, source files, and compilands (e.g. object files)
DDbiStream.rst15 (e.g. compilation flags, etc), the compilands (e.g. object files) that
103 compilands can refer to the same symbols without having to include the full record