Home
last modified time | relevance | path

Searched refs:NewAddrStr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp518 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings() local
521 if (StringRef(NewAddrStr).getAsInteger(0, NewAddr)) in applySpecificSectionMappings()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp615 std::string NewAddrStr = std::string(Mapping.substr(EqualsIdx + 1)); in applySpecificSectionMappings() local
618 if (StringRef(NewAddrStr).getAsInteger(0, NewAddr)) in applySpecificSectionMappings()