Home
last modified time | relevance | path

Searched defs:overwrite (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv() argument
/llvm-project/lld/ELF/
H A DSymbols.h482 void overwrite(Symbol &sym) const { in overwrite() function
510 void overwrite(Symbol &sym) const { Symbol::overwrite(sy function
269 void overwrite(Symbol &sym, Kind k) const { overwrite() function
419 void overwrite(Symbol &sym) const { overwrite() function
438 void overwrite(Symbol &sym) const { overwrite() function
[all...]
H A DSymbols.cpp687 void Defined::overwrite(Symbol &sym) const { overwrite() function in Defined
[all...]
H A DLinkerScript.cpp712 if (OutputDesc *overwrite = map.lookup(CachedHashStringRef(osec->name))) { processSectionCommands() local
/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set()
/llvm-project/third-party/benchmark/test/
H A Dcommandlineflags_gtest.cc12 int setenv(const char* name, const char* value, int overwrite) { in setenv()
/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp173 void __kmp_env_set(char const *name, char const *value, int overwrite) { in __kmp_env_set()
/llvm-project/lldb/examples/python/
H A Dbsd.py86 def save(self, path=None, overwrite=False): argument
/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h53 setenv(const char * var,const char * val,int overwrite) setenv() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp740 INTERCEPTOR(int,setenv,const char * name,const char * value,int overwrite) INTERCEPTOR() argument