Searched defs:DWOId (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 88 uint64_t DWOId = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 95 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 D | DWARFContext.cpp | 1377 if (std::optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 71 std::optional<uint64_t> DWOId; variable
|
/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
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 930 uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit() 948 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl()
|
H A D | DIBuilder.cpp | 138 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit()
|
H A D | DebugInfo.cpp | 1074 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1461 uint64_t DWOId; variable
|