Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp171 [&](const Twine &Error, StringRef Context, const DWARFDie *) { in createStreamer()
174 [&](const Twine &Warning, StringRef Context, const DWARFDie *) { in createStreamer()
332 [&](const Twine &Error, StringRef Context, const DWARFDie *) { in link()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h26 class DWARFDie; variable
DDWARFDie.h49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {} in DWARFDie() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {} in DWARFDie() function