Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp469 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings() local
476 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
477 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()