Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp817 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(Obj); in createScopes() local
818 if (!DwarfContext) in createScopes()
832 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
833 : DwarfContext->dwo_compile_units(); in createScopes()
959 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
996 DWARFContext &DwarfContext = U->getContext(); in processLocationList() local
997 bool IsLittleEndian = DwarfContext.isLittleEndian(); in processLocationList()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinker.h593 uint64_t cloneAllCompileUnits(DWARFContext &DwarfContext,
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp2592 DWARFContext &DwarfContext, const DWARFFile &File, bool IsLittleEndian) { in cloneAllCompileUnits() argument