Searched refs:AddrStr (Results 1 – 3 of 3) sorted by relevance
508 StringRef AddrStr, GSYMPath; in main() local509 std::tie(AddrStr, GSYMPath) = in main()519 if (AddrStr.getAsInteger(0, Addr)) { in main()520 OS << "error: invalid address " << AddrStr in main()
1201 StringRef AddrStr = AbsDefStmt.substr(EqIdx + 1).trim(); in loadObjects() local1204 if (AddrStr.getAsInteger(0, Addr)) in loadObjects()1205 return make_error<StringError>("Invalid address expression \"" + AddrStr + in loadObjects()
716 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols() local719 if (StringRef(AddrStr).getAsInteger(0, Addr)) in remapSectionsAndSymbols()