Home
last modified time | relevance | path

Searched defs:CUDIE (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp119 if (auto CUDIE = U->getUnitDIE()) in parseImpl() local
H A DDWARFDebugLine.cpp1450 if (auto CUDIE = U->getUnitDIE()) in buildLineToUnitMap() local
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp156 const auto *CUDIE = CU->getUnitDIE(); in dump() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1114 if (auto CUDIE = CU->getUnitDIE()) in buildLineToUnitMap() local
/aosp_15_r20/external/elfutils/libdw/
H A DlibdwP.h571 #define CUDIE(fromcu) \ macro