/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 26 std::vector<XCOFFRelocation32> Relocations; member
|
H A D | XCOFFReader.cpp | 37 auto Relocations = in readSections() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 89 std::vector<Relocation> Relocations; member
|
H A D | XCOFFYAML.h | 84 std::vector<Relocation> Relocations; member
|
H A D | WasmYAML.h | 191 std::vector<Relocation> Relocations; member
|
H A D | ELFYAML.h | 624 std::optional<std::vector<Relocation>> Relocations; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 165 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; variable
|
H A D | MCMachObjectWriter.h | 138 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 81 int Relocations = 0; member in __anon3870acaf0111::COFFSymbol 116 relocations Relocations; member in __anon3870acaf0111::COFFSection
|
H A D | WasmObjectWriter.cpp | 764 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 D | ELFObjectWriter.cpp | 975 SmallVector<MCSectionELF *> Relocations; in writeObject() local
|
H A D | XCOFFObjectWriter.cpp | 89 SmallVector<XCOFFRelocation, 1> Relocations; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 116 std::vector<wasm::WasmRelocation> Relocations; member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 278 std::unordered_map<unsigned, RelocationList> Relocations; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 57 std::vector<RelocationInfo> Relocations; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 113 static bool Relocations; variable
|
H A D | COFFDumper.cpp | 261 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local 333 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs() local
|
H A D | XCOFFDumper.cpp | 503 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; in printRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 112 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 D | ELFObject.h | 909 std::vector<Relocation> Relocations; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 328 bool objdump::Relocations; member in objdump
|