Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h72 User *getUser() const { return Parent; }; in getUser() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h66 const Expr *getUser() const { return User; } in getUser() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h42 /// getUser - Return the user instruction for this use. in getUser() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h203 uint32_t getUser() const { return fs_st_uid; } getUser() function
207 uint32_t getUser() const { getUser() function
H A DVirtualFileSystem.h95 uint32_t getUser() const { return User; } getUser() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp151 DbgVariableRecord *DebugValueUser::getUser() { in getUser() function in DebugValueUser
152 const DPValue *DebugValueUser::getUser() const { getUser() function in DebugValueUser