Home
last modified time | relevance | path

Searched defs:DWOId (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h88 uint64_t DWOId = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp95 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl() local
514 if (std::optional<uint64_t> DWOId = in tryExtractDIEsIfNeeded() local
623 auto DWOId = getDWOId(); in parseDWO() local
H A DDWARFContext.cpp1377 if (std::optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h71 std::optional<uint64_t> DWOId; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp475 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp930 uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit()
948 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl()
H A DDIBuilder.cpp138 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit()
H A DDebugInfo.cpp1074 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1461 uint64_t DWOId; variable