Home
last modified time | relevance | path

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

/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/llvm-project/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-project/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 \
6 ; RUN: llvm-pdbutil diadump -native -compilands %p/../Inputs/empty.pdb \
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h143 CompileUnitIndex &compilands() { return m_cus; } in compilands() function
144 const CompileUnitIndex &compilands() const { return m_cus; } in compilands() function
DSymbolFileNativePDB.cpp336 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi); in CreateBlock()
369 m_index->compilands().GetCompiland(func_id.modi); in CreateFunction()
417 m_index->compilands().GetMainSourceFile(cci); in CreateCompileUnit()
774 CompilandIndexItem &cci = m_index->compilands().GetOrCreateCompiland(*modi); in CreateGlobalVariable()
889 CompilandIndexItem &item = m_index->compilands().GetOrCreateCompiland(index); in ParseCompileUnitAtIndex()
900 m_index->compilands().GetCompiland(uid.asCompiland().modi); in ParseLanguage()
915 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(modi); in ParseFunctions()
953 CompilandIndexItem *cci = m_index->compilands().GetCompiland(*modi); in ResolveSymbolContext()
1054 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseLineTable()
1131 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseSupportFiles()
[all …]
DPdbIndex.cpp148 CompilandIndexItem &cci = compilands().GetOrCreateCompiland(*modi); in FindSymbolsByVa()
188 const CompilandIndexItem *cci = compilands().GetCompiland(cu_sym.modi); in ReadSymbolRecord()
DPdbAstBuilder.cpp49 CompilandIndexItem &cii = index.compilands().GetOrCreateCompiland(id.modi); in FindSymbolScope()
1035 CompilandIndexItem *cii = m_index.compilands().GetCompiland(func_id.modi); in CreateFunctionParameters()
1215 CompilandIndexItem &cii = m_index.compilands().GetOrCreateCompiland(modi); in ParseAllNamespacesPlusChildrenOf()
1273 m_index.compilands().GetOrCreateCompiland(block_id.modi); in ParseBlockChildren()
DPdbUtil.cpp572 CPUType cpu_type = index.compilands() in GetBaseFrameRegister()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst76 .. option:: -exclude-compilands=<string>
78 When dumping compilands, compiland source-file contributions, or per-compiland
79 symbols, this option instructs **llvm-pdbutil** to omit any compilands that
93 .. option:: -include-compilands=<string>
95 When dumping compilands, compiland source-file contributions, or per-compiland
96 symbols, limit the initial search to only those compilands that match the
176 .. option:: -compilands
178 Display compilands (e.g. object files)
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc336 CComPtr<IDiaEnumSymbols> compilands; in PrintSourceFiles() local
338 nsNone, &compilands))) { in PrintSourceFiles()
345 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()
457 CComPtr<IDiaEnumSymbols> compilands; in PrintFunctions() local
459 nsNone, &compilands))) { in PrintFunctions()
465 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp198 auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>(); in CalculateNumCompileUnits() local
199 if (!compilands) in CalculateNumCompileUnits()
210 uint32_t compile_unit_count = compilands->getChildCount(); in CalculateNumCompileUnits()
215 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1); in CalculateNumCompileUnits()
796 auto compilands = m_session_up->findCompilandsForSourceFile( in ResolveSymbolContext() local
799 if (!compilands) in ResolveSymbolContext()
804 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext()
/external/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test11 ; RUN: llvm-pdbdump pretty -symbols -globals -exclude-compilands="FilterTest.obj" \
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dregex-filter.test20 ; RUN: llvm-pdbutil pretty -module-syms -globals -exclude-compilands="FilterTest.obj" \
/external/llvm-project/llvm/docs/PDB/
Dindex.rst78 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