Searched refs:DyLibComponentsStr (Results 1 – 2 of 2) sorted by relevance
239 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local242 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()243 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset)); in GetAllDyLibComponents()
242 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local245 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()246 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()