Home
last modified time | relevance | path

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

/llvm-project/clang/test/Import/objc-arc/
H A Dtest-cleanup-object.m8 extern int getObj(); function
/llvm-project/clang/test/Import/objc-arc/Inputs/
H A Dcleanup-objects.m5 id getObj(int c, id a) { function
/llvm-project/clang/test/PCH/
H A Dnon-trivial-c-compound-literal.m11 static inline id getObj(id a) { function
/llvm-project/clang/test/Analysis/inlining/
H A DObjCDynTypePopagation.m7 PublicSubClass2 *getObj(void); function
/llvm-project/lld/ELF/
H A DInputFiles.h187 template <typename ELFT> llvm::object::ELFFile<ELFT> getObj() const { getObj() function
243 llvm::object::ELFFile<ELFT> getObj() const { getObj() function
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp74 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj() function in DumpOutputStyle