Home
last modified time | relevance | path

Searched defs:Reloc (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/lld/MachO/
H A DRelocations.h52 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 DWasmDumper.cpp84 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 DMachODumper.cpp503 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 DXCOFFDumper.cpp461 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 DDWARFRelocMap.h23 object::RelocationRef Reloc; member
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp88 Reloc.SymbolName = Name.data(); in getDLLImportOffset() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp84 uint32_t Reloc; BPFPreserveDITypeImpl() local
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp141 getMatchingLoType(const ELFRelocationEntry & Reloc) getMatchingLoType() argument
457 __anon916fe58a0302(const ELFRelocationEntry &Reloc) sortRelocs() argument
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h153 for (const auto &Reloc : RM.relocations()) { in AddressManager() local
H A DDwarfLinkerForBinary.cpp887 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 DXCOFFObjectFile.cpp579 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 DTargetMachineC.cpp164 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 DBinarySection.h378 addDynamicRelocation(const Relocation & Reloc) addDynamicRelocation() argument
421 Relocation Reloc = *Itr; takeDynamicRelocationAt() local
/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp117 for (const object::RelocationRef &Reloc : Section.relocations()) { loadObj() local
[all...]
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1124 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 Dcoff2yaml.cpp198 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
H A Dwasm2yaml.cpp408 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) { in dump() local
/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h30 object::coff_relocation Reloc; member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp471 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 DMachOReader.cpp256 for (auto &Reloc : Sec->Relocations) setSymbolInRelocationInfo() local
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp350 uint64_t Address = Reloc.getOffset(); in printDynamicRelocations() local
H A DMachODump.cpp809 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 Dllvm-cxxdump.cpp89 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 DHexagonAsmBackend.cpp425 uint32_t Reloc; in applyFixup() local
[all...]

12