Home
last modified time | relevance | path

Searched defs:option_prefix (Results 1 – 3 of 3) sorted by relevance

/llvm-project/runtimes/
H A DCMakeLists.txt187 set(option_prefix "") global() variable
189 set(option_prefix "/clang:") global() variable
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake372 set(option_prefix "") global() variable
374 set(option_prefix "/clang:") global() variable
/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp231 llvm::StringRef option_prefix(options.GetPrefix()); Evaluate() local