Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-config/
H A Dllvm-config.cpp262 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local
265 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()
266 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()