Home
last modified time | relevance | path

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

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