/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Extensions.rst | 37 Relocations subsection 188 Relocations subsection 495 Relocations subsection
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 77 std::vector<Relocation> Relocations; member
|
H A D | WasmYAML.h | 187 std::vector<Relocation> Relocations; member
|
H A D | ELFYAML.h | 597 Optional<std::vector<Relocation>> Relocations; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 195 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 136 auto Relocations = unwrapOrError(Obj.getFileName(), Obj.relocations(Sec)); in printRelocations() local
|
H A D | llvm-readobj.cpp | 125 cl::opt<bool> Relocations("relocations", variable
|
H A D | COFFDumper.cpp | 260 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 D | WinCOFFObjectWriter.cpp | 85 int Relocations = 0; member in __anon9a7db13a0111::COFFSymbol 120 relocations Relocations; member in __anon9a7db13a0111::COFFSection
|
H A D | WasmObjectWriter.cpp | 704 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 D | ELFObjectWriter.cpp | 221 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; member in __anon4cfeac850111::ELFObjectWriter 1086 std::vector<MCSectionELF *> Relocations; in writeObject() local
|
H A D | XCOFFObjectWriter.cpp | 83 SmallVector<XCOFFRelocation, 1> Relocations; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Wasm.h | 114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 278 std::unordered_map<unsigned, RelocationList> Relocations; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 58 std::vector<RelocationInfo> Relocations; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_x86_64.cpp | 469 auto Relocations = Obj.relas(SecRef); in addRelocations() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.h | 773 std::vector<Relocation> Relocations; variable
|
H A D | Object.cpp | 972 static void writeRel(const RelRange &Relocations, T *Buf) { in writeRel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 200 bool objdump::Relocations; member in objdump
|