Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h26 std::vector<XCOFFRelocation32> Relocations; member
H A DXCOFFReader.cpp37 auto Relocations = in readSections() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h89 std::vector<Relocation> Relocations; member
H A DXCOFFYAML.h84 std::vector<Relocation> Relocations; member
H A DWasmYAML.h191 std::vector<Relocation> Relocations; member
H A DELFYAML.h624 std::optional<std::vector<Relocation>> Relocations; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h165 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; variable
H A DMCMachObjectWriter.h138 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp81 int Relocations = 0; member in __anon3870acaf0111::COFFSymbol
116 relocations Relocations; member in __anon3870acaf0111::COFFSection
H A DWasmObjectWriter.cpp764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
1148 auto &Relocations = CustomSectionsRelocations[Sec.Section]; in writeCustomRelocSections() local
1253 auto &Relocations in writeCustomSection() local
[all...]
H A DELFObjectWriter.cpp975 SmallVector<MCSectionELF *> Relocations; in writeObject() local
H A DXCOFFObjectWriter.cpp89 SmallVector<XCOFFRelocation, 1> Relocations; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h116 std::vector<wasm::WasmRelocation> Relocations; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h278 std::unordered_map<unsigned, RelocationList> Relocations; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h57 std::vector<RelocationInfo> Relocations; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp113 static bool Relocations; variable
H A DCOFFDumper.cpp261 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
333 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs() local
H A DXCOFFDumper.cpp503 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; in printRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp112 static SmallVector<char, 0> encodeCrel(ArrayRef<Relocation> Relocations) { in encodeCrel()
976 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
H A DELFObject.h909 std::vector<Relocation> Relocations; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp328 bool objdump::Relocations; member in objdump