Home
last modified time | relevance | path

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

/external/llvm/docs/
DExtensions.rst37 Relocations subsection
DCodeGenerator.rst2658 Relocations subsection
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h98 llvm::DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h107 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations; variable
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h59 std::vector<Relocation> Relocations; member
DELFYAML.h140 std::vector<Relocation> Relocations; member
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp119 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
/external/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
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp75 int Relocations; member in __anon894b73160111::COFFSymbol
109 relocations Relocations; member in __anon894b73160111::COFFSection
DELFObjectWriter.cpp103 Relocations; member in __anon39dde0610111::ELFObjectWriter
1232 std::vector<MCSectionELF *> Relocations; in writeObject() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp84 int Relocations = 0; member in __anon0c508af80111::COFFSymbol
119 relocations Relocations; member in __anon0c508af80111::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 __anon759e57430111::ELFObjectWriter
1088 std::vector<MCSectionELF *> Relocations; in writeObject() local
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp89 cl::opt<bool> Relocations("relocations", variable
DCOFFDumper.cpp207 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
279 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h110 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h262 std::unordered_map<unsigned, RelocationList> Relocations; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h279 std::unordered_map<unsigned, RelocationList> Relocations; variable
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp85 llvm::Relocations("r", cl::desc("Display the relocation entries in the file")); member in llvm