Home
last modified time | relevance | path

Searched defs:Relocations (Results 1 – 9 of 9) 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 __anon01d1147a0111::COFFSymbol
119 relocations Relocations; member in __anon01d1147a0111::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 __anon4da26fc50111::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