| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 72 std::optional<uint64_t> DWOId; variable 102 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() 104 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value"); in setDWOId() 105 DWOId = Id; in setDWOId()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 92 uint64_t DWOId = 0; variable 393 uint64_t getDWOId() const { return DWOId; } in getDWOId() 394 void setDWOId(uint64_t DwoId) { DWOId = DwoId; } in setDWOId()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 95 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl() local 96 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl() 285 DWOId = debug_info.getU64(offset_ptr, &Err); in extract() 513 if (std::optional<uint64_t> DWOId = in tryExtractDIEsIfNeeded() local 515 Header.setDWOId(*DWOId); in tryExtractDIEsIfNeeded() 622 auto DWOId = getDWOId(); in parseDWO() local 623 if (!DWOId) in parseDWO() 638 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
|
| H A D | DWARFContext.cpp | 1372 if (std::optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local 1374 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2009 uint64_t DWOId; variable 2019 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining, 2032 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 2040 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining, 2051 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, 2061 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl() 2078 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 2083 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, 2092 Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, 2098 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, [all …]
|
| H A D | DIBuilder.h | 154 uint64_t DWOId = 0, bool SplitDebugInlining = true,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 485 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie() local 487 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1200 uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit() argument 1205 DWOId(DWOId), EmissionKind(EmissionKind), NameTableKind(NameTableKind), in DICompileUnit() 1218 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 1239 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining, in getImpl()
|
| H A D | DIBuilder.cpp | 136 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit() argument 148 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 1102 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit() argument 1111 static_cast<DICompileUnit::DebugEmissionKind>(Kind), DWOId, in LLVMDIBuilderCreateCompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 311 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
|