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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 740 StringRef RelSecName;
742 RelocatedSection->getName(RelSecName);
758 RelSecName = RelSecName.substr(
759 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes.
763 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName)
777 if (RelSecName == "debug_types")
779 else if (RelSecName == "debug_types.dwo")
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp     [all...]

Completed in 5170 milliseconds