| /llvm-project-15.0.7/clang/test/Import/objc-arc/ |
| H A D | test-cleanup-object.m | 4 // CHECK: FunctionDecl {{.*}} getObj ' 8 extern int getObj(); function 10 (void)getObj(c, a);
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | non-trivial-c-compound-literal.m | 11 static inline id getObj(id a) { function 20 // CHECK: define internal i8* @getObj( 26 return getObj(a);
|
| /llvm-project-15.0.7/llvm/test/Transforms/TailCallElim/ |
| H A D | deopt-bundle.ll | 60 ; CHECK: tail call i8* @getObj( 62 declare i8* @getObj() 65 …%r = call i8* @getObj() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedReturnV…
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | block-nested-in-lambda.mm | 32 id getObj(); 44 id a = getObj(); 57 id a = getObj(), b = getObj(), c = getObj();
|
| H A D | arc-blocks.mm | 192 id getObj(); 195 __block id t0 = getObj(); 196 __weak id t1 = getObj(); 197 id t2 = getObj();
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 47 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags() 113 ->getObj() in calcEFlags()
|
| H A D | MipsArchTree.cpp | 299 v.push_back({f, cast<ObjFile<ELFT>>(f)->getObj().getHeader().e_flags}); in calcMipsEFlags() 365 return ef->template getObj<ELFT>().getHeader().e_flags & EF_MIPS_ABI2; in isN32Abi()
|
| H A D | AVR.cpp | 225 return cast<ObjFile<ELF32LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
|
| H A D | Hexagon.cpp | 68 uint32_t eflags = cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in calcEFlags()
|
| H A D | Mips.cpp | 373 if (f->getObj().getHeader().e_flags & EF_MIPS_PIC) in needsThunk() 779 return file->getObj().getHeader().e_flags & EF_MIPS_PIC; in isMipsPIC()
|
| H A D | RISCV.cpp | 124 return cast<ObjFile<ELF64LE>>(f)->getObj().getHeader().e_flags; in getEFlags() 125 return cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in getEFlags()
|
| H A D | PPC64.cpp | 618 return cast<ObjFile<ELF64BE>>(file)->getObj().getHeader().e_flags; in getEFlags() 619 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.h | 166 template <typename ELFT> llvm::object::ELFFile<ELFT> getObj() const { in getObj() function 220 llvm::object::ELFFile<ELFT> getObj() const { in getObj() function 221 return this->ELFFileBase::getObj<ELFT>(); in getObj()
|
| H A D | InputFiles.cpp | 334 const ELFFile<ELFT> &obj = getObj<ELFT>(); in init() 367 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex() 372 object::ELFFile<ELFT> obj = this->getObj(); in parse() 870 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection() 894 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection() 916 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection() 1331 const ELFFile<ELFT> obj = this->getObj<ELFT>(); in parse()
|
| H A D | InputSection.cpp | 49 return check(file.getObj().getSectionContents(hdr)); in getSectionContents() 386 CHECK(file->getObj().getSectionName(sec), file) + in copyRelocations()
|
| H A D | Relocations.cpp | 253 check(file.template getObj<ELFT>().program_headers())) in isReadOnly() 534 file->getObj().getSectionName(objSections[sym.discardedSecIdx]), file); in maybeReportDiscarded()
|
| H A D | Driver.cpp | 892 const ELFFile<ELFT> &obj = inputObj->getObj(); in processCallGraphRelocations() 2058 check(obj->getObj().getSectionContents(*obj->addrsigSec)); in findKeepUniqueSections()
|
| /llvm-project-15.0.7/clang/test/Import/objc-arc/Inputs/ |
| H A D | cleanup-objects.m | 5 id getObj(int c, id a) { function
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.h | 70 object::COFFObjectFile &getObj();
|
| H A D | DumpOutputStyle.cpp | 73 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj() function in DumpOutputStyle 1267 for (const auto &S : getObj().sections()) { in dumpTypesFromObjectFile()
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | ObjCDynTypePopagation.m | 7 PublicSubClass2 *getObj(void); function
|