Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp503 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings() local
510 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()
511 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()
/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()