Home
last modified time | relevance | path

Searched refs:Relocate (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp179 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
552 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()
892 auto *RetTy = Relocate->getType(); in LowerAsSTATEPOINT()
934 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1056 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
1218 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1225 Relocate.getParent() && in visitGCRelocate()
1229 setValue(&Relocate, SDV); in visitGCRelocate()
1243 setValue(&Relocate, Relocation); in visitGCRelocate()
1275 setValue(&Relocate, SpillLoad); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h645 void visitGCRelocate(const GCRelocateInst &Relocate);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h213 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getGCRelocates() local
214 Result.push_back(Relocate); in getGCRelocates()
225 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getGCRelocates() local
226 Result.push_back(Relocate); in getGCRelocates()
/openbsd/libexec/ld.so/mips64/
H A Dldasm.S69 jalr t9 # Relocate ourself.
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1993 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1994 if (!Relocate) in insertRelocationStores()
1997 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
2004 assert(Relocate->getNextNode() && in insertRelocationStores()
2006 IRBuilder<> Builder(Relocate->getNextNode()); in insertRelocationStores()
2008 Builder.CreateBitCast(Relocate, in insertRelocationStores()
2010 suffixed_name_or(Relocate, ".casted", "")); in insertRelocationStores()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2645 void printGCRelocateComment(const GCRelocateInst &Relocate);
3994 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
3996 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
3998 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
4005 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
4006 printGCRelocateComment(*Relocate); in printInfoComment()
H A DVerifier.cpp5359 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local
5361 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
5362 auto *BaseType = Relocate.getBasePtr()->getType(); in visitIntrinsicCall()
5378 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx20Papers.csv125 "`P1612R1 <https://wg21.link/P1612R1>`__","LWG","Relocate Endian's Specification","Cologne","|Compl…
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19942519 (elf_symtab_read): Relocate mst_solib_trampoline address.
2656 (read_dbx_dynamic_symtab): Relocate mst_solib_trampoline address.
2819 libraries fh->adr fields of zero. Relocate minimal symbol values
2820 upon readin. Relocate non-stabs symbols upon readin.
2886 * objfiles.c (objfile_relocate): Relocate entry point/func info
3483 * dbxread.c (read_dbx_dynamic_symtab): Relocate BFD symbols by
3690 * partial-stab.h: Relocate static and global functions.
3692 end_of_text_address. Relocate text_addr when passing it
H A DChangeLog-1996314 Relocate pst->textlow and pst->texthigh with baseaddr.
321 (add_partial_symbol): Relocate symbol values with baseaddr.
333 Relocate highpc with baseaddr when calling end_symtab.
346 Relocate lowpc and highpc with baseaddr.
354 Relocate lowpc and highpc with baseaddr.
357 (read_lexical_block_scope): Relocate lowpc and highpc with baseaddr.
H A DChangeLog-19971855 * rs6000-nat.c (vmap_symtab): Relocate relative to the VMA in the
1859 (vmap_exec): Relocate relative to the VMA in the object file,
2755 (new_symbol): Relocate symbol value for DW_TAG_label with baseaddr.
H A DChangeLog-19923265 Relocate symbols using an array of section_offsets, rather than a
3285 Relocate with SECT_OFF_TEXT.
3309 * partial-stab.h: Relocate different symbol types using different
4799 * dbxread.c (dbx_symfile_read): Relocate addr before using as
H A DChangeLog-19911466 * dbxread.c (read_dbx_symtab): Relocate end_of_text_addr
1515 * solib.c (solib_map_sections): Relocate all sections, even
4393 (read_dbx_symtab): Relocate end_of_text_addr in the psymtab.
H A DChangeLog-19932154 (objfile_relocate): Relocate textlow and texthigh in psymtabs.
2155 Relocate partial symbols. Check that minimal SYMBOL_SECTION is
5692 * xcoffexec (vmap_symtab): Relocate obj_sections.
H A DChangeLog-1990658 (read_dbx_symtab): Relocate all kinds of symbols with base
H A DChangeLog-20001000 * dwarf2read.c (new_symbol): Relocate address of symbol by the
1088 * objfiles.c (objfile_relocate): Relocate ei.entry_point with
H A DChangeLog-200314040 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
14043 an offset and size. Relocate the stabs data if necessary.
14048 Relocate the section contents if necessary.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2005328 * readelf.c (debug_apply_rela_addends): Relocate the whole
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog2577 (ffeste_io_impdo_): Relocate.
2888 * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
H A DChangeLog.0253 (g77-only): Relocate.
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1283 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1285 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-96971820 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
1822 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
H A DChangeLog-9899562 * coffgen.c (fixup_symbol_value): Relocate a symbol which has
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-96971820 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
1822 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20053899 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default

12