Searched refs:DyLibComponentsStr (Results 1 – 1 of 1) sorted by relevance
262 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local265 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()266 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()