Home
last modified time | relevance | path

Searched defs:Relocations (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/llvm/docs/
H A DExtensions.rst37 Relocations subsection
188 Relocations subsection
539 Relocations subsection
/openbsd/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h26 std::vector<XCOFFRelocation32> Relocations; member
H A DXCOFFReader.cpp37 auto Relocations = in readSections() local
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h77 std::vector<Relocation> Relocations; member
H A DXCOFFYAML.h83 std::vector<Relocation> Relocations; member
H A DWasmYAML.h191 std::vector<Relocation> Relocations; member
H A DELFYAML.h598 std::optional<std::vector<Relocation>> Relocations; member
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp197 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp86 int Relocations = 0; member in __anon8f296b7c0111::COFFSymbol
121 relocations Relocations; member in __anon8f296b7c0111::COFFSection
H A DWasmObjectWriter.cpp768 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations()
1149 auto &Relocations = CustomSectionsRelocations[Sec.Section]; in writeCustomRelocSections() local
1255 auto &Relocations = CustomSectionsRelocations[CustomSection.Section]; in writeCustomSection() local
H A DELFObjectWriter.cpp221 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; member in __anon0ab395c70111::ELFObjectWriter
1103 std::vector<MCSectionELF *> Relocations; in writeObject() local
H A DXCOFFObjectWriter.cpp90 SmallVector<XCOFFRelocation, 1> Relocations; member
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h112 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h278 std::unordered_map<unsigned, RelocationList> Relocations; variable
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h57 std::vector<RelocationInfo> Relocations; member
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp118 static bool Relocations; variable
H A DCOFFDumper.cpp260 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
332 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs() local
H A DXCOFFDumper.cpp496 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; in printRelocations() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h783 std::vector<Relocation> Relocations; variable
H A DELFObject.cpp941 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp216 bool objdump::Relocations; member in objdump