Home
last modified time | relevance | path

Searched refs:DwarfContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp615 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(Obj); in createScopes() local
616 if (!DwarfContext) in createScopes()
630 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
631 : DwarfContext->dwo_compile_units(); in createScopes()
762 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
799 DWARFContext &DwarfContext = U->getContext(); in processLocationList() local
800 bool IsLittleEndian = DwarfContext.isLittleEndian(); in processLocationList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h598 LLVM_ABI uint64_t cloneAllCompileUnits(DWARFContext &DwarfContext,
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2709 DWARFContext &DwarfContext, const DWARFFile &File, bool IsLittleEndian) { in cloneAllCompileUnits() argument