Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp468 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local
469 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()
489 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()
581 size_t EqualsIdx = Mapping.find_first_of("="); in remapSectionsAndSymbols() local
583 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()
587 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()
588 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()