Home
last modified time | relevance | path

Searched refs:getObj (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/test/Import/objc-arc/
H A Dtest-cleanup-object.m4 // CHECK: FunctionDecl {{.*}} getObj '
8 extern int getObj(); function
10 (void)getObj(c, a);
/llvm-project-15.0.7/clang/test/PCH/
H A Dnon-trivial-c-compound-literal.m11 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 Ddeopt-bundle.ll60 ; 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 Dblock-nested-in-lambda.mm32 id getObj();
44 id a = getObj();
57 id a = getObj(), b = getObj(), c = getObj();
H A Darc-blocks.mm192 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 DAMDGPU.cpp47 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
113 ->getObj() in calcEFlags()
H A DMipsArchTree.cpp299 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 DAVR.cpp225 return cast<ObjFile<ELF32LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
H A DHexagon.cpp68 uint32_t eflags = cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in calcEFlags()
H A DMips.cpp373 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 DRISCV.cpp124 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 DPPC64.cpp618 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 DInputFiles.h166 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 DInputFiles.cpp334 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 DInputSection.cpp49 return check(file.getObj().getSectionContents(hdr)); in getSectionContents()
386 CHECK(file->getObj().getSectionName(sec), file) + in copyRelocations()
H A DRelocations.cpp253 check(file.template getObj<ELFT>().program_headers())) in isReadOnly()
534 file->getObj().getSectionName(objSections[sym.discardedSecIdx]), file); in maybeReportDiscarded()
H A DDriver.cpp892 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 Dcleanup-objects.m5 id getObj(int c, id a) { function
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h70 object::COFFObjectFile &getObj();
H A DDumpOutputStyle.cpp73 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 DObjCDynTypePopagation.m7 PublicSubClass2 *getObj(void); function