Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp239 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local
242 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()
243 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset)); in GetAllDyLibComponents()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp242 StringRef DyLibComponentsStr(LLVM_DYLIB_COMPONENTS); in GetAllDyLibComponents() local
245 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents()
246 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()