Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp498 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings() local
505 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
506 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp602 std::string SectionIDStr = std::string(Mapping.substr(0, EqualsIdx)); in applySpecificSectionMappings() local
609 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
610 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()