Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h94 SPIRVEnvType getEnv() const { return Env; } in getEnv() function
95 bool isKernel() const { return getEnv() == Kernel; } in isKernel()
96 bool isShader() const { return getEnv() == Shader; } in isShader()
H A DSPIRVCallLowering.cpp292 assert(STI.getEnv() == SPIRVSubtarget::Unknown); in getExecutionModel()
/freebsd/stand/lua/
H A Dconfig.lua115 local function getEnv(key) function
651 local loader_conf_files = getEnv("loader_conf_files")
659 local loader_conf_dirs = getEnv("loader_conf_dirs")
667 local product_vars = getEnv("product_vars")
671 local product = getEnv(var)
706 local local_loader_conf_files = getEnv("local_loader_conf_files")
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp70 Parser.parseString(getEnv("SCUDO_OPTIONS")); in initFlags()
71 if (const char *V = getEnv("SCUDO_ALLOCATION_RING_BUFFER_SIZE")) { in initFlags()
H A Dtrusty.cpp74 const char *getEnv(const char *Name) { return getenv(Name); }
72 const char *getEnv(const char *Name) { return getenv(Name); } getEnv() function
H A Dlinux.cpp108 const char *getEnv(const char *Name) { return getenv(Name); } in getEnv() function
H A Dcommon.h173 const char *getEnv(const char *Name);
H A Dfuchsia.cpp190 const char *getEnv(const char *Name) { return getenv(Name); } in getEnv() function