/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 71 std::optional<uint64_t> DWOId; variable 100 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() 102 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value"); in setDWOId() 103 DWOId = Id; in setDWOId()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 88 uint64_t DWOId = 0; variable 386 uint64_t getDWOId() const { return DWOId; } in getDWOId() 387 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() 514 if (std::optional<uint64_t> DWOId = in tryExtractDIEsIfNeeded() local 516 Header.setDWOId(*DWOId); in tryExtractDIEsIfNeeded() 623 auto DWOId = getDWOId(); in parseDWO() local 624 if (!DWOId) in parseDWO() 639 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
|
H A D | DWARFContext.cpp | 1377 if (std::optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local 1379 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1461 uint64_t DWOId; variable 1471 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining, 1484 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1492 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining, 1503 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, 1513 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl() 1530 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1535 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, 1544 Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, 1550 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining, [all …]
|
H A D | DIBuilder.h | 175 uint64_t DWOId = 0, bool SplitDebugInlining = true,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 475 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie() local 477 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 930 uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit() argument 935 DWOId(DWOId), EmissionKind(EmissionKind), NameTableKind(NameTableKind), in DICompileUnit() 948 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 969 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining, in getImpl()
|
H A D | DIBuilder.cpp | 138 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit() argument 150 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
|
H A D | DebugInfo.cpp | 1074 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit() argument 1083 static_cast<DICompileUnit::DebugEmissionKind>(Kind), DWOId, in LLVMDIBuilderCreateCompileUnit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 304 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
|