/llvm-project/lld/MachO/ |
H A D | Relocations.h | 52 struct Reloc { struct 64 Reloc() = default; argument 66 Reloc(uint8_t type, bool pcrel, uint8_t length, uint32_t offset, in Reloc() argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 84 const RelocationRef &Reloc) { in printRelocation() 130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 210 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local
|
H A D | MachODumper.cpp | 503 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local 530 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 547 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() 552 const RelocationRef &Reloc) { in printRelocation()
|
H A D | XCOFFDumper.cpp | 461 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation() argument 511 for (const RelTy Reloc : Relocations) printRelocations() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 23 object::RelocationRef Reloc; member
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 88 Reloc.SymbolName = Name.data(); in getDLLImportOffset() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 84 uint32_t Reloc; BPFPreserveDITypeImpl() local
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 141 getMatchingLoType(const ELFRelocationEntry & Reloc) getMatchingLoType() argument 457 __anon916fe58a0302(const ELFRelocationEntry &Reloc) sortRelocs() argument
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.h | 153 for (const auto &Reloc : RM.relocations()) { in AddressManager() local
|
H A D | DwarfLinkerForBinary.cpp | 887 for (const object::RelocationRef &Reloc : Section.relocations()) { in findValidRelocsMachO() local 1005 auto CurReloc = partition_point(Relocs, [StartPos](const ValidReloc &Reloc) { in getRelocations() 1018 void DwarfLinkerForBinary::AddressManager::printReloc(const ValidReloc &Reloc) { in printReloc() 1030 DwarfLinkerForBinary::AddressManager::getRelocValue(const ValidReloc &Reloc) { in getRelocValue()
|
/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 579 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationOffset() local 593 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationOffset() local 613 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationSymbol() local 619 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationSymbol() local 640 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationTypeName() local 643 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationTypeName() local [all...] |
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 164 LLVMRelocMode Reloc) { in LLVMTargetMachineOptionsSetRelocMode() argument 213 LLVMCreateTargetMachine(LLVMTargetRef T,const char * Triple,const char * CPU,const char * Features,LLVMCodeGenOptLevel Level,LLVMRelocMode Reloc,LLVMCodeModel CodeModel) LLVMCreateTargetMachine() argument [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinarySection.h | 378 addDynamicRelocation(const Relocation & Reloc) addDynamicRelocation() argument 421 Relocation Reloc = *Itr; takeDynamicRelocationAt() local
|
/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 117 for (const object::RelocationRef &Reloc : Section.relocations()) { loadObj() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1124 writeWord(Section.Address + Reloc.FixupOffsetInCsect); in writeRelocation() argument 778 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; recordRelocation() local 1149 for (const auto Reloc : Csect.Relocations) writeRelocations() local 1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) writeRelocations() local [all...] |
/llvm-project/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 198 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
H A D | wasm2yaml.cpp | 408 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) { in dump() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 30 object::coff_relocation Reloc; member
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 471 static RelocKindGroup relocKindGroup(const BTF::BPFFieldReloc *Reloc) { in relocKindGroup() 657 void BTFParser::symbolize(const BTF::BPFFieldReloc *Reloc, in symbolize()
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 256 for (auto &Reloc : Sec->Relocations) setSymbolInRelocationInfo() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 350 uint64_t Address = Reloc.getOffset(); in printDynamicRelocations() local
|
H A D | MachODump.cpp | 809 for (relocation_iterator Reloc = Begin; Reloc != End; ++Reloc) { in PrintRelocationEntries() local 1675 for (const RelocationRef &Reloc : Section.relocations()) { in DumpLiteralPointerSection() local 1712 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpLiteralPointerSection() local 1825 for (const RelocationRef &Reloc : Section.relocations()) { DumpInitTermPointerSection() local 1862 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { DumpInitTermPointerSection() local 2845 for (const RelocationRef &Reloc : info->S.relocations()) { SymbolizerGetOpInfo() local 2917 for (const RelocationRef &Reloc : info->O->external_relocations()) { SymbolizerGetOpInfo() local 2955 for (const RelocationRef &Reloc : info->S.relocations()) { SymbolizerGetOpInfo() local 3022 auto Reloc = SymbolizerGetOpInfo() local 3023 __anon8690b1230702(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument 3153 auto Reloc = SymbolizerGetOpInfo() local 3154 __anon8690b1230802(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument 3547 for (const RelocationRef &Reloc : S.relocations()) { get_symbol_64() local 6845 for (const RelocationRef &Reloc : info->S.relocations()) { GuessLiteralPointer() local 7805 findUnwindRelocNameAddend(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr,StringRef & Name,uint64_t & Addend) findUnwindRelocNameAddend() argument 7855 printUnwindRelocDest(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr) printUnwindRelocDest() argument 7895 for (const RelocationRef &Reloc : CompactUnwind.relocations()) { printMachOCompactUnwindSection() local [all...] |
/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 89 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() local 113 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 425 uint32_t Reloc; in applyFixup() local [all...] |