Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst37 Relocations subsection
188 Relocations subsection
495 Relocations subsection
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h77 std::vector<Relocation> Relocations; member
H A DWasmYAML.h187 std::vector<Relocation> Relocations; member
H A DELFYAML.h597 Optional<std::vector<Relocation>> Relocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp195 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp136 auto Relocations = unwrapOrError(Obj.getFileName(), Obj.relocations(Sec)); in printRelocations() local
H A Dllvm-readobj.cpp125 cl::opt<bool> Relocations("relocations", variable
H A DCOFFDumper.cpp260 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
332 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp85 int Relocations = 0; member in __anon9a7db13a0111::COFFSymbol
120 relocations Relocations; member in __anon9a7db13a0111::COFFSection
H A DWasmObjectWriter.cpp704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations()
1083 auto &Relocations = CustomSectionsRelocations[Sec.Section]; in writeCustomRelocSections() local
1189 auto &Relocations = CustomSectionsRelocations[CustomSection.Section]; in writeCustomSection() local
H A DELFObjectWriter.cpp221 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; member in __anon4cfeac850111::ELFObjectWriter
1086 std::vector<MCSectionELF *> Relocations; in writeObject() local
H A DXCOFFObjectWriter.cpp83 SmallVector<XCOFFRelocation, 1> Relocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h278 std::unordered_map<unsigned, RelocationList> Relocations; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h58 std::vector<RelocationInfo> Relocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp469 auto Relocations = Obj.relas(SecRef); in addRelocations() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h773 std::vector<Relocation> Relocations; variable
H A DObject.cpp972 static void writeRel(const RelRange &Relocations, T *Buf) { in writeRel()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp200 bool objdump::Relocations; member in objdump