/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A 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()
|
H A 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
|
H A 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()
|
H A D | WasmYAML.h | 114 struct Relocation { struct 115 RelocType Type; 116 uint32_t Index; 119 yaml::Hex32 Offset; 120 int64_t Addend;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
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 | COFFYAML.h | 58 struct Relocation { struct 62 // Normally a Relocation can refer to the symbol via its name. argument 89 std::vector<Relocation> Relocations; argument
|
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
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 | COFFYAML.h | 58 struct Relocation { struct 62 // Normally a Relocation can refer to the symbol via its name. argument 89 std::vector<Relocation> Relocations; argument
|
D | XCOFFYAML.h | 65 struct Relocation { struct 84 std::vector<Relocation> Relocations; argument 225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
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 | COFFYAML.h | 58 struct Relocation { struct 62 // Normally a Relocation can refer to the symbol via its name. argument 89 std::vector<Relocation> Relocations; argument
|
D | XCOFFYAML.h | 65 struct Relocation { struct 84 std::vector<Relocation> Relocations; argument 225 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
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 | COFFYAML.h | 58 struct Relocation { struct 62 // Normally a Relocation can refer to the symbol via its name. argument 89 std::vector<Relocation> Relocations; argument
|
D | XCOFFYAML.h | 65 struct Relocation { struct 84 std::vector<Relocation> Relocations; argument 225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | machine_code.h | 120 struct Relocation { struct 122 RelocationType type; argument 126 using RelocationList = ArenaVector<Relocation>; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A 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
|
H A D | ELFYAML.h | 140 Relocation, enumerator 426 struct Relocation { struct 434 std::vector<Relocation> Relocations; argument
|
H A D | WasmYAML.h | 107 struct Relocation { struct 108 RelocType Type; 109 uint32_t Index; 110 yaml::Hex32 Offset; 111 int32_t Addend;
|
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 91 Relocation, enumerator 133 struct Relocation { struct 140 std::vector<Relocation> Relocations; argument
|
H A D | COFFYAML.h | 49 struct Relocation { struct 59 std::vector<Relocation> Relocations; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 732 struct Relocation { struct 748 class RelocationSectionBase : public SectionBase { argument
|