/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
D | MachOYAML.h | 31 struct Relocation { struct 33 llvm::yaml::Hex32 address; 35 uint32_t symbolnum; 59 std::vector<Relocation> relocations; argument 173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
D | XCOFFYAML.h | 65 struct Relocation { struct 83 std::vector<Relocation> Relocations; argument 221 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
D | WasmYAML.h | 114 struct Relocation { struct 115 RelocType Type; 116 uint32_t Index; 119 yaml::Hex32 Offset; 120 int64_t Addend;
|
D | ELFYAML.h | 189 Relocation, enumerator 590 struct Relocation { struct 598 std::optional<std::vector<Relocation>> Relocations; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
D | WasmYAML.h | 107 struct Relocation { struct 108 RelocType Type; 109 uint32_t Index; 110 yaml::Hex32 Offset; 111 int32_t Addend;
|
D | ELFYAML.h | 140 Relocation, enumerator 426 struct Relocation { struct 434 std::vector<Relocation> Relocations; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
D | COFFObject.h | 26 struct Relocation { struct 28 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument 37 std::vector<Relocation> Relocs; argument
|
/external/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 49 struct Relocation { struct 59 std::vector<Relocation> Relocations; argument
|
D | ELFYAML.h | 91 Relocation, enumerator 133 struct Relocation { struct 140 std::vector<Relocation> Relocations; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/ |
D | ELFObject.h | 732 struct Relocation { struct 748 class RelocationSectionBase : public SectionBase { argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 358 class Relocation(LLVMObject): class
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 665 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 654 for (const auto &Relocation : Sec.Relocations) in writeSection() local 931 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 646 for (const auto &Relocation : Sec.Relocations) in writeSection() local 991 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 209 for (const auto &Relocation : Relocations) { in resolveSymbol() local 280 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
|
D | ARMWinEHPrinter.cpp | 219 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 315 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 320 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
D | MachOYAML.cpp | 318 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 961 for (auto &Relocation : Sec->Relocations) { in writeObject() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 1241 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
D | PatchInfoRecord.h | 89 Relocation(unsigned Off, Symbol *S) : Offset(Off), Sym(S) {} in Relocation() function
|