Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h107 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h77 std::vector<Relocation> Relocations; member
DWasmYAML.h182 std::vector<Relocation> Relocations; member
DELFYAML.h434 std::vector<Relocation> Relocations; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp84 int Relocations = 0; member in __anon231c839b0111::COFFSymbol
119 relocations Relocations; member in __anon231c839b0111::COFFSection
DWasmObjectWriter.cpp639 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset) { in applyRelocations()
924 auto &Relocations = CustomSectionsRelocations[Sec.Section]; in writeCustomRelocSections() local
1029 auto &Relocations = CustomSectionsRelocations[CustomSection.Section]; in writeCustomSection() local
DELFObjectWriter.cpp235 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; member in __anone37976660111::ELFObjectWriter
1088 std::vector<MCSectionELF *> Relocations; in writeObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h110 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h279 std::unordered_map<unsigned, RelocationList> Relocations; variable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dlink.rs635 fn alloc_relocation(&self, data: Relocations) -> &Relocations { in link_dwarf_object()