| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 416 UnitListTy CompileUnits; member 424 CompileUnits.clear(); in clear() 539 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits; variable 546 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits, in DIECloner() argument 549 DIEAlloc(DIEAlloc), CompileUnits(CompileUnits), Update(Update) {} in DIECloner()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2153 UnitListTy CompileUnits; in loadClangModule() local 2154 CompileUnits.push_back(std::move(Unit)); in loadClangModule() 2170 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() 2220 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits() 2463 OptContext.CompileUnits.reserve( in link() 2528 for (auto &CurrentUnit : Context.CompileUnits) { in link() 2559 for (auto &CurrentUnit : OptContext.CompileUnits) in link() 2563 for (auto &CurrentUnit : OptContext.CompileUnits) in link() 2566 OptContext.CompileUnits, in link() 2580 OptContext.CompileUnits, Options.Update) in link() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 507 for (auto &CU : CompileUnits) { in generate() 525 for (auto &CU : CompileUnits) { in generate() 566 CompileUnits.push_back( in addCompileUnit() 568 return *CompileUnits.back(); in addCompileUnit()
|
| H A D | DwarfGenerator.h | 257 std::vector<std::unique_ptr<CompileUnit>> CompileUnits; variable
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 39 if (!CompileUnits.empty()) in getNonEmptySectionNames() 104 IO.mapOptional("debug_info", DWARF.CompileUnits); in mapping()
|
| H A D | DWARFEmitter.cpp | 407 for (uint64_t I = 0; I < DI.CompileUnits.size(); ++I) { in emitDebugInfo() 408 const DWARFYAML::Unit &Unit = DI.CompileUnits[I]; in emitDebugInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 67 abilities |= CompileUnits; in CalculateAbilities()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 63 CompileUnits = (1u << 0), enumerator
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 330 Y.CompileUnits.push_back(NewUnit); in dumpDebugInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 225 std::vector<Unit> CompileUnits; member
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 850 DWARFUnitVector::compile_unit_range CompileUnits = in computeNewOffsets() local 853 for (const std::unique_ptr<DWARFUnit> &CU : CompileUnits) in computeNewOffsets()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 184 return CompileUnits | Functions | LineTables; in CalculateAbilities()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 548 return SymbolFile::CompileUnits | SymbolFile::Functions | in CalculateAbilities()
|
| H A D | SymbolFileDWARF.cpp | 591 abilities |= CompileUnits | Functions | Blocks | GlobalVariables | in CalculateAbilities()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | python-reference.rst | 322 specify some subset of CompileUnits, so not all the symbols you might find in 422 of Modules and the list of CompileUnits that will make up the SearchFilter. If
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 183 abilities |= (CompileUnits | Functions | Blocks | GlobalVariables | in CalculateAbilities()
|