Searched defs:ActivePrefix (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp223 std::string ActivePrefix, ActiveBinDir, ActiveIncludeDir, ActiveLibDir; local
227 ActivePrefix = CurrentExecPrefix;
250 ActivePrefix = CurrentExecPrefix;
251 ActiveIncludeDir = ActivePrefix + "/include";
252 ActiveBinDir = ActivePrefix + "/bin";
253 ActiveLibDir = ActivePrefix + "/lib";
266 OS << ActivePrefix << '\n'; local

Completed in 64 milliseconds