/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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 | 456 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation() 504 for (const RelTy Reloc : Relocations) in printRelocations() local
|
H A D | COFFDumper.cpp | 1443 for (const RelocationRef &Reloc : Sec.relocations()) in printSectionHeaders() local 1474 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 1492 const RelocationRef &Reloc, uint64_t Bias) { in printRelocation()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 23 object::RelocationRef Reloc; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 569 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationOffset() local 583 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset() local 603 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol() local 609 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol() local 630 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationTypeName() local 633 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 87 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
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 791 for (const object::RelocationRef &Reloc : Section.relocations()) { in findValidRelocsMachO() local 908 auto CurReloc = partition_point(Relocs, [StartPos](const ValidReloc &Reloc) { in getRelocations() 921 void DwarfLinkerForBinary::AddressManager::printReloc(const ValidReloc &Reloc) { in printReloc() 933 const ValidReloc &Reloc, CompileUnit::DIEInfo &Info) { in fillDieInfo()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 83 uint32_t Reloc; in BPFPreserveDITypeImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 675 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation() local 991 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation() 1016 for (const auto Reloc : Csect.Relocations) in writeRelocations() local 1023 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 115 for (unsigned Reloc : It->second) { in emitLabel() local
|
/openbsd-src/gnu/llvm/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 116 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 198 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
H A D | wasm2yaml.cpp | 395 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) { in dump() local
|
H A D | macho2yaml.cpp | 101 for (const object::RelocationRef &Reloc : SecRef->relocations()) { in constructSectionCommon() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 835 for (relocation_iterator Reloc = Begin; Reloc != End; ++Reloc) { in PrintRelocationEntries() local 1701 for (const RelocationRef &Reloc : Section.relocations()) { in DumpLiteralPointerSection() local 1738 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpLiteralPointerSection() local 1851 for (const RelocationRef &Reloc : Section.relocations()) { in DumpInitTermPointerSection() local 1888 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpInitTermPointerSection() local 2883 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 2955 for (const RelocationRef &Reloc : info->O->external_relocations()) { in SymbolizerGetOpInfo() local 2993 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 3060 auto Reloc = in SymbolizerGetOpInfo() local 3061 find_if(info->S.relocations(), [&](const RelocationRef &Reloc) { in SymbolizerGetOpInfo() [all …]
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 30 object::coff_relocation Reloc; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 101 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 254 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 427 uint32_t Reloc; in applyFixup() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1534 const RelocationRef &Reloc, in getSymbolInfo() 1589 const RelocationRef &Reloc) { in isRelocScattered() 1897 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFObjInMemory() local
|