Searched refs:compiland (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | ModiStream.rst | 18 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
|
| H A D | DbiStream.rst | 18 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.
|
| H A D | index.rst | 118 | | - One for each compiland | - Line Number Information |
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 78 When dumping compilands, compiland source-file contributions, or per-compiland 84 When dumping global, public, or per-compiland symbols, this option instructs 95 When dumping compilands, compiland source-file contributions, or per-compiland 101 When dumping global, public, or per-compiland symbols, limit the initial 198 Display symbols (variables, functions, etc) for each compiland 290 For all options that dump information from each module/compiland, limit to 307 Dump compiland information
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 461 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local 462 if (!compiland) in ParseTypes() 496 ParseTypesByTagFn(*compiland); in ParseTypes() 525 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local 526 if (!compiland) in ParseVariablesForContext() 553 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext() 819 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local 825 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext() 835 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext() 1880 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument [all …]
|