Searched refs:getTUIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h76 virtual const DWARFUnitIndex &getTUIndex() = 0;
292 const DWARFUnitIndex &getTUIndex();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp338 const DWARFUnitIndex &getTUIndex() override {
656 const DWARFUnitIndex &getTUIndex() override {
658 return ThreadUnsafeDWARFContextState::getTUIndex();
1221 getTUIndex().dump(OS);
1350 if (const auto &TUI = getTUIndex()) {
1418 const DWARFUnitIndex &DWARFContext::getTUIndex() { function in class:DWARFContext
1419 return State->getTUIndex();
H A DDWARFUnit.cpp875 return Context.getTUIndex();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp998 ? context.GetAsLLVM().getTUIndex()

Completed in 97 milliseconds