| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnit.h | 66 std::optional<uint64_t> DWOId; variable 95 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() 97 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value"); in setDWOId() 98 DWOId = Id; in setDWOId()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.h | 86 uint64_t DWOId = 0; variable 357 uint64_t getDWOId() const { return DWOId; } in getDWOId() 358 void setDWOId(uint64_t DwoId) { DWOId = DwoId; } in setDWOId()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnit.cpp | 92 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl() local 93 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl() 278 DWOId = debug_info.getU64(offset_ptr, &Err); in extract() 502 if (std::optional<uint64_t> DWOId = in tryExtractDIEsIfNeeded() local 504 Header.setDWOId(*DWOId); in tryExtractDIEsIfNeeded() 611 auto DWOId = getDWOId(); in parseDWO() local 612 if (!DWOId) in parseDWO() 627 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
|
| D | DWARFContext.cpp | 745 if (std::optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local 747 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 1393 uint64_t DWOId; variable 1401 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining, 1414 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1422 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining, 1433 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, 1443 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl() 1460 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1465 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, 1474 Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, 1480 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, [all …]
|
| D | DIBuilder.h | 163 uint64_t DWOId = 0, bool SplitDebugInlining = true,
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | DebugInfoMetadata.cpp | 851 uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit() argument 856 RuntimeVersion(RuntimeVersion), EmissionKind(EmissionKind), DWOId(DWOId), in DICompileUnit() 869 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 890 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining, in getImpl()
|
| D | DIBuilder.cpp | 154 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit() argument 166 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
|
| D | DebugInfo.cpp | 975 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit() argument 984 static_cast<DICompileUnit::DebugEmissionKind>(Kind), DWOId, in LLVMDIBuilderCreateCompileUnit()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| D | llvm-dwarfdump.cpp | 418 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie() local 420 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| D | DwarfTransformer.cpp | 432 if (std::optional<uint64_t> DWOId = DwarfUnit.getDWOId()) { in convert() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm-c/ |
| D | DebugInfo.h | 290 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
|