Home
last modified time | relevance | path

Searched refs:compiland (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc310 CComPtr<IDiaSymbol> compiland; in PrintSourceFiles() local
312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()
314 if (FAILED(session_->findFile(compiland, NULL, nsNone, &source_files))) { in PrintSourceFiles()
341 compiland.Release(); in PrintSourceFiles()
457 CComPtr<IDiaSymbol> compiland; in PrintFunctions() local
458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
460 if (FAILED(compiland->findChildren(SymTagBlock, NULL, in PrintFunctions()
492 compiland.Release(); in PrintFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DModiStream.rst18 for a single module contains line information for the compiland, as well as
19 all CodeView information for the symbols defined in the compiland. Finally,
77 and other symbols defined in the compiland. The entire array consumes
DDbiStream.rst18 detailed information about each compiland, such as the CodeView symbol records
19 contained within each compiland and the source and line information for
20 functions and other symbols within each compiland.
Dindex.rst118 | | - One for each compiland | - Line Number Information |
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst76 When dumping compilands, compiland source-file contributions, or per-compiland
82 When dumping global, public, or per-compiland symbols, this option instructs
93 When dumping compilands, compiland source-file contributions, or per-compiland
99 When dumping global, public, or per-compiland symbols, limit the initial
196 Display symbols (variables, functions, etc) for each compiland
288 For all options that dump information from each module/compiland, limit to
305 Dump compiland information