HomeSort by relevance Sort by last modified time
    Searched defs:getDIEIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 235 uint32_t getDIEIndex(const DWARFDebugInfoEntryMinimal *DIE) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 295 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
499 uint32_t getDIEIndex(const DWARFDie &D) {
500 return getDIEIndex(D.getDebugInfoEntry());

Completed in 97 milliseconds