Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h87 uint64_t DWOId = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp430 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded() local
538 auto DWOId = getDWOId(); in parseDWO() local
H A DDWARFContext.cpp713 if (Optional<uint64_t> DWOId = in getDWOCompileUnitForHash() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h63 Optional<uint64_t> DWOId; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp386 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) { in toDie() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1347 uint64_t DWOId; variable
1355 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining, in DICompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c211 value Kind, value DWOId, value SplitDebugInline, in llvm_dibuild_create_compile_unit_native()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp141 DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, in createCompileUnit()
H A DDebugInfoMetadata.cpp744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl()
H A DDebugInfo.cpp881 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()