reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/source/Target/TargetProperties.inc
   90   {"source-map", OptionValue::eTypePathMap, false, 0, "", {}, "Source path remappings are used to track the change of location between a source file when built, and where it exists on the current system.  It consists of an array of duples, the first element of each duple is some part (starting at the root) of the path to the file when it was built, and the second is where the remainder of the original build hierarchy is rooted on the local system.  Each element of the array is checked in order and the first one that results in a match wins."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  151     case 1u << eTypePathMap:
  152       return eTypePathMap;
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   26   OptionValue::Type GetType() const override { return eTypePathMap; }
tools/lldb/source/Interpreter/OptionValue.cpp
  190   if (GetType() == OptionValue::eTypePathMap)
  196   if (GetType() == OptionValue::eTypePathMap)
  483   case eTypePathMap:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   47       case eTypePathMap:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   57       case eTypePathMap:
tools/lldb/source/Interpreter/Property.cpp
  158   case OptionValue::eTypePathMap: