Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp502 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local
503 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()
523 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()
615 size_t EqualsIdx = Mapping.find_first_of('='); in remapSectionsAndSymbols() local
617 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()
621 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()
622 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp497 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local
498 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()
518 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()
610 size_t EqualsIdx = Mapping.find_first_of("="); in remapSectionsAndSymbols() local
612 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()
616 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()
617 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()