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

/netbsd-current/external/apache2/llvm/dist/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;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h87 uint64_t DWOId = 0; member in class:llvm::final
362 uint64_t getDWOId() const { return DWOId; }
363 void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp260 DWOId = debug_info.getU64(offset_ptr, &Err);
430 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id)))
431 Header.setDWOId(*DWOId);
538 auto DWOId = getDWOId(); local
539 if (!DWOId)
545 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId);
H A DDWARFContext.cpp713 if (Optional<uint64_t> DWOId =
715 DWOCU->setDWOId(*DWOId);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1347 uint64_t DWOId; member in class:llvm::DICompileUnit::DebugNameTableKind
1355 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining,
1361 DWOId(DWOId), SplitDebugInlining(SplitDebugInlining),
1376 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1384 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining,
1395 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining,
1405 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId,
1422 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1427 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlinin
1353 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
1369 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,
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c211 value Kind, value DWOId, value SplitDebugInline,
217 caml_string_length(SplitName), Int_val(Kind), Int_val(DWOId),
235 argv[9], // DWOId
208 llvm_dibuild_create_compile_unit_native( value Builder, value Lang, LLVMMetadataRef FileRef, value Producer, value IsOptimized, value Flags, value RuntimeVer, value SplitName, value Kind, value DWOId, value SplitDebugInline, value DebugInfoForProfiling, value SysRoot, value SDK) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp386 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) {
388 CU = DICtx.getDWOCompileUnitForHash(*DWOId);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h252 * \param DWOId The DWOId if this is a split skeleton compile unit.
266 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp881 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
890 static_cast<DICompileUnit::DebugEmissionKind>(Kind), DWOId,
876 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 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 DDebugInfoMetadata.cpp744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
765 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining,
738 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 130 milliseconds