Searched refs:DWOId (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h63 Optional<uint64_t> DWOId; member in class:llvm::DWARFUnitHeader
92 Optional<uint64_t> getDWOId() const { return DWOId; }
94 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value");
95 DWOId = Id;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h85 uint64_t DWOId = 0; member in class:llvm::final
360 uint64_t getDWOId() const { return DWOId; }
361 void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp285 DWOId = debug_info.getU64(offset_ptr, &Err);
455 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id)))
456 Header.setDWOId(*DWOId);
594 auto DWOId = getDWOId(); local
595 if (!DWOId)
601 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId);
H A DDWARFContext.cpp717 if (Optional<uint64_t> DWOId =
719 DWOCU->setDWOId(*DWOId);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1178 uint64_t DWOId; member in class:llvm::DICompileUnit::DebugNameTableKind
1186 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining,
1192 DWOId(DWOId), SplitDebugInlining(SplitDebugInlining),
1207 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1215 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining,
1226 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining,
1236 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId,
1253 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1258 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlinin
1184 DICompileUnit(LLVMContext &C, StorageType Storage, unsigned SourceLanguage, bool IsOptimized, unsigned RuntimeVersion, unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, ArrayRef<Metadata *> Ops) argument
1200 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, DICompositeTypeArray EnumTypes, DIScopeArray RetainedTypes, DIGlobalVariableExpressionArray GlobalVariables, DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK, StorageType Storage, bool ShouldCreate = true) argument
[all...]
H A DDIBuilder.h132 /// \param DWOId The DWOId if this is a split skeleton compile unit.
147 uint64_t DWOId = 0, bool SplitDebugInlining = true,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp380 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) {
382 CU = DICtx.getDWOCompileUnitForHash(*DWOId);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h249 * \param DWOId The DWOId if this is a split skeleton compile unit.
263 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp141 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId,
153 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId,
138 createCompileUnit( unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK) argument
H A DDebugInfo.cpp764 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
773 static_cast<DICompileUnit::DebugEmissionKind>(Kind), DWOId,
759 LLVMDIBuilderCreateCompileUnit( LLVMDIBuilderRef Builder, LLVMDWARFSourceLanguage Lang, LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, LLVMBool isOptimized, const char *Flags, size_t FlagsLen, unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, const char *SDK, size_t SDKLen) argument
H A DDebugInfoMetadata.cpp631 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
652 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining,
625 getImpl( LLVMContext &Context, unsigned SourceLanguage, Metadata *File, MDString *Producer, bool IsOptimized, MDString *Flags, unsigned RuntimeVersion, MDString *SplitDebugFilename, unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, MDString *SysRoot, MDString *SDK, StorageType Storage, bool ShouldCreate) argument

Completed in 220 milliseconds