HomeSort by relevance Sort by last modified time
    Searched defs:Relocation (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 1 //===- Relocation.cpp -----------------------------------------------------===//
9 #include "mcld/Fragment/Relocation.h"
26 // Relocation Factory Methods
28 /// Initialize - set up the relocation factory
29 void Relocation::SetUp(const LinkerConfig& pConfig) {
33 /// Clear - Clean up the relocation factory
34 void Relocation::Clear() {
38 /// Create - produce an empty relocation entry
39 Relocation* Relocation::Create()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 1 //===- Relocation.h ----------------------------------------------------===//
25 class Relocation : public llvm::ilist_node<Relocation> {
27 friend class GCFactoryListTraits<Relocation>;
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;
38 Relocation();
40 Relocation(Type pType,
45 ~Relocation();
48 /// Initialize - set up the relocation factory
51 /// Clear - Clean up the relocation factor
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
40 To aid working around this limitation, each Section, Symbol, and Relocation
95 "Relocation",
243 This is a generator for llvm.object.Relocation instances.
257 last = Relocation(relocations)
358 class Relocation(LLVMObject):
359 """Represents a relocation definition."""
361 """Create a new relocation instance.
366 a Relocation instance.
376 """The offset of this relocation, in long bytes.""
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 31 Relocation,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
WasmYAML.h 87 struct Relocation {
114 std::vector<Relocation> Relocations;
246 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Relocation)
296 template <> struct MappingTraits<WasmYAML::Relocation> {
297 static void mapping(IO &IO, WasmYAML::Relocation &Relocation);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
WasmYAML.h 87 struct Relocation {
114 std::vector<Relocation> Relocations;
246 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Relocation)
296 template <> struct MappingTraits<WasmYAML::Relocation> {
297 static void mapping(IO &IO, WasmYAML::Relocation &Relocation);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
WasmYAML.h 87 struct Relocation {
114 std::vector<Relocation> Relocations;
246 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Relocation)
296 template <> struct MappingTraits<WasmYAML::Relocation> {
297 static void mapping(IO &IO, WasmYAML::Relocation &Relocation);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
ELFYAML.h 91 Relocation,
133 struct Relocation {
140 std::vector<Relocation> Relocations;
141 RelocationSection() : Section(SectionKind::Relocation) {}
143 return S->Kind == SectionKind::Relocation;
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
297 template <> struct MappingTraits<ELFYAML::Relocation> {
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);

Completed in 401 milliseconds

1 2