/freebsd-src/contrib/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() function
|
/freebsd-src/contrib/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 | 457 printRelocation(RelTy Reloc) printRelocation() argument 505 for (const RelTy Reloc : Relocations) printRelocations() local [all...] |
H A D | COFFDumper.cpp | 1531 for (const RelocationRef &Reloc : Sec.relocations()) printSectionHeaders() local 1562 for (const RelocationRef &Reloc : Section.relocations()) { printRelocations() local 1580 printRelocation(const SectionRef & Section,const RelocationRef & Reloc,uint64_t Bias) printRelocation() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 23 object::RelocationRef Reloc; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() argument 457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 88 RelocationValueRef Reloc; in getDLLImportOffset() local
|
H A D | RuntimeDyld.cpp | 659 for (const RelocationRef &Reloc : SI->relocations()) in computeGOTSize() local 693 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 84 uint32_t Reloc; in BPFPreserveDITypeImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 613 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol() local 573 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationOffset() local 587 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationOffset() local 607 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationSymbol() local 634 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationTypeName() local 637 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationTypeName() local [all...] |
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 152 for (unsigned Reloc : It->second) { emitLabel() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 117 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 750 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; recordRelocation() local 1070 writeRelocation(XCOFFRelocation Reloc,const XCOFFSection & Section) writeRelocation() argument 1095 for (const auto Reloc : Csect.Relocations) writeRelocations() local 1102 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) writeRelocations() local [all...] |
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 30 object::coff_relocation Reloc; member
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 256 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 345 for (const RelocationRef &Reloc : Section.relocations()) { 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 __anonce2a63c20702(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument 3153 auto Reloc = SymbolizerGetOpInfo() local 3154 __anonce2a63c20802(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument 3547 for (const RelocationRef &Reloc : S.relocations()) { get_symbol_64() local 6733 for (const RelocationRef &Reloc : info->S.relocations()) { GuessLiteralPointer() local 7693 findUnwindRelocNameAddend(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr,StringRef & Name,uint64_t & Addend) findUnwindRelocNameAddend() argument 7743 printUnwindRelocDest(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr) printUnwindRelocDest() argument 7783 for (const RelocationRef &Reloc : CompactUnwind.relocations()) { printMachOCompactUnwindSection() local [all...] |
H A D | llvm-objdump.cpp | 542 const llvm::BTF::BPFFieldReloc *Reloc = BTF.findFieldReloc(Address); printBTFRelocation() local 2282 const XCOFFRelocation64 *Reloc = disassembleObject() local 2288 const XCOFFRelocation32 *Reloc = disassembleObject() local 2552 for (const RelocationRef &Reloc : Section.relocations()) { printRelocations() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 426 uint32_t Reloc; applyFixup() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 586 for (auto Reloc : Sec.Relocations) { in writeRelocSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 955 for (const auto &Reloc : Relocations) { writeRel() local 986 for (const Relocation &Reloc : Relocations) removeSymbols() local 996 for (const Relocation &Reloc : Relocations) markSymbols() local [all...] |