Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp653 std::string SectionIDStr = std::string(Mapping.substr(0, EqualsIdx)); in applySpecificSectionMappings() local
660 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
661 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()