Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp242 auto CUDIE = CU->getUnitDIE(); in dumpDebugLines() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp156 const auto *CUDIE = CU->getUnitDIE(); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1053 if (auto CUDIE = CU->getUnitDIE()) in buildLineToUnitMap() local
/external/elfutils/libdw/
DlibdwP.h456 #define CUDIE(fromcu) \ macro