Searched defs:Relocations (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; member in class:llvm::MachObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h77 std::vector<Relocation> Relocations; member in struct:llvm::COFFYAML::Section
H A DWasmYAML.h184 std::vector<Relocation> Relocations; member in struct:llvm::WasmYAML::Section
H A DELFYAML.h459 std::vector<Relocation> Relocations; member in struct:llvm::ELFYAML::RelocationSection
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp137 auto Relocations = unwrapOrError(Obj.getFileName(), Obj.relocations(Sec)); local
H A Dllvm-readobj.cpp698 opts::Relocations = true; member in class:opts
H A DCOFFDumper.cpp264 const auto &Relocations = RelocMap[Section]; local
336 const auto &Relocations = RelocMap[Section]; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h56 std::vector<RelocationInfo> Relocations; member in struct:llvm::objcopy::macho::Section
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h97 typedef std::vector<Relocation> Relocations; typedef in namespace:lld::mach_o::normalized
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp83 SmallVector<XCOFFRelocation, 1> Relocations; member in struct:__anon3740::ControlSection
H A DWinCOFFObjectWriter.cpp85 int Relocations = 0; member in class:__anon3739::COFFSymbol
120 relocations Relocations; member in class:__anon3739::COFFSection
[all...]
H A DELFObjectWriter.cpp235 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; member in class:__anon3711::ELFObjectWriter
1088 std::vector<MCSectionELF *> Relocations; local
H A DWasmObjectWriter.cpp998 auto &Relocations = CustomSectionsRelocations[Sec.Section]; local
1103 auto &Relocations local
661 applyRelocations( ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, const MCAsmLayout &Layout) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h109 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member in struct:llvm::object::WasmSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h278 std::unordered_map<unsigned, RelocationList> Relocations; member in class:llvm::RuntimeDyldImpl
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp872 static void writeRel(const RelRange &Relocations, T *Buf) { argument
H A DObject.h759 std::vector<Relocation> Relocations; member in class:llvm::objcopy::elf::RelocationSection

Completed in 226 milliseconds