Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp603 std::string SectionIDStr = std::string(Mapping.substr(0, EqualsIdx)); in applySpecificSectionMappings() local
610 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
611 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()