Home
last modified time | relevance | path

Searched defs:getUser (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h72 User *getUser() const { return Parent; }; in getUser() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUse.h48 class User *getUser() const { return Usr; } in getUser() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h66 const Expr *getUser() const { return User; } in getUser() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h43 Instruction *getUser() const { in getUser() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h202 uint32_t getUser() const { return fs_st_uid; } in getUser() function
206 uint32_t getUser() const { in getUser() function
H A DVirtualFileSystem.h93 uint32_t getUser() const { return User; } in getUser() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp151 DbgVariableRecord *DebugValueUser::getUser() { in getUser() function in DebugValueUser
154 const DbgVariableRecord *DebugValueUser::getUser() const { in getUser() function in DebugValueUser