Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/PDB/
H A 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
H A 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.
H A Dindex.rst118 | | - One for each compiland | - Line Number Information |
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst78 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
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp459 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local
460 if (!compiland) in ParseTypes()
494 ParseTypesByTagFn(*compiland); in ParseTypes()
523 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local
524 if (!compiland) in ParseVariablesForContext()
551 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()
814 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local
820 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()
830 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()
1869 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument
[all …]