/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 179 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 D | SelectionDAGBuilder.h | 645 void visitGCRelocate(const GCRelocateInst &Relocate);
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 213 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 D | ldasm.S | 69 jalr t9 # Relocate ourself.
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1993 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 D | AsmWriter.cpp | 2645 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 D | Verifier.cpp | 5359 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 D | Cxx20Papers.csv | 125 "`P1612R1 <https://wg21.link/P1612R1>`__","LWG","Relocate Endian's Specification","Cologne","|Compl…
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1994 | 2519 (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 D | ChangeLog-1996 | 314 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 D | ChangeLog-1997 | 1855 * 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 D | ChangeLog-1992 | 3265 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 D | ChangeLog-1991 | 1466 * 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 D | ChangeLog-1993 | 2154 (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 D | ChangeLog-1990 | 658 (read_dbx_symtab): Relocate all kinds of symbols with base
|
H A D | ChangeLog-2000 | 1000 * dwarf2read.c (new_symbol): Relocate address of symbol by the 1088 * objfiles.c (objfile_relocate): Relocate ei.entry_point with
|
H A D | ChangeLog-2003 | 14040 (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 D | ChangeLog-2005 | 328 * readelf.c (debug_apply_rela_addends): Relocate the whole
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ChangeLog | 2577 (ffeste_io_impdo_): Relocate. 2888 * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
|
H A D | ChangeLog.0 | 253 (g77-only): Relocate.
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1283 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 D | ChangeLog-9697 | 1820 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE 1822 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
|
H A D | ChangeLog-9899 | 562 * coffgen.c (fixup_symbol_value): Relocate a symbol which has
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9697 | 1820 (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 D | ChangeLog-2005 | 3899 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
|