/llvm-project/llvm/docs/ |
H A D | Extensions.rst | 37 Relocations subsection 188 Relocations subsection 630 Relocations global() subsection
|
/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
|
/llvm-project/lld/test/ELF/ |
H A D | aarch64-memtag-globals.s | 36 Relocations: label
|
/llvm-project/lld/test/COFF/ |
H A D | align.s | 29 Relocations: label
|
H A D | driver-opt.s | 63 Relocations: label
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | RelocationMap.h | 81 RelocContainer Relocations; variable
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 120 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; global() variable
|
/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
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 197 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 116 std::vector<wasm::WasmRelocation> Relocations; member
|
/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 81 int Relocations = 0; global() member in __anon2239c5220111::COFFSymbol 116 relocations Relocations; global() member in __anon2239c5220111::COFFSection [all...] |
H A D | WasmObjectWriter.cpp | 764 applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,uint64_t ContentsOffset,const MCAssembler & Asm) applyRelocations() argument 1148 auto &Relocations = CustomSectionsRelocations[Sec.Section]; writeCustomRelocSections() local 1253 auto &Relocations = CustomSectionsRelocations[CustomSection.Section]; writeCustomSection() local [all...] |
H A D | ELFObjectWriter.cpp | 207 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; global() member in __anon9e3d0c6d0111::ELFObjectWriter 1086 SmallVector<MCSectionELF *> Relocations; writeObject() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinarySection.h | 63 RelocationSetType Relocations; variable [all...] |
H A D | BinaryFunction.h | 176 std::map<uint64_t, Relocation> Relocations; global() member 545 std::map<uint64_t, Relocation> Relocations; global() variable
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 278 std::unordered_map<unsigned, RelocationList> Relocations; global() variable
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 113 static bool Relocations; global() 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
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 57 std::vector<RelocationInfo> Relocations; member
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 184 const auto &Relocations = RelocMap[CoffSection]; resolveSymbol() local
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 112 encodeCrel(ArrayRef<Relocation> Relocations) encodeCrel() argument 976 writeRel(const RelRange & Relocations,T * Buf,bool IsMips64EL) writeRel() argument [all...] |