Searched defs:Relocation (Results 1 - 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/tests/
H A Dtest_object.py3 from ..object import Relocation namespace
62 assert isinstance(relocation, Relocation)
/external/llvm/bindings/python/llvm/
H A Dobject.py19 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): class in inherits:LLVMObject
366 a Relocation instance.
378 raise Exception('Relocation instance has expired.')
386 raise Exception('Relocation instance has expired.')
392 """The Symbol corresponding to this Relocation
[all...]
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h43 struct Relocation { struct in namespace:llvm::COFFYAML
53 std::vector<Relocation> Relocations;
83 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
144 struct MappingTraits<COFFYAML::Relocation> {
145 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
H A DELFYAML.h74 enum class SectionKind { RawContent, Relocation };
93 struct Relocation { struct in namespace:llvm::ELFYAML
101 std::vector<Relocation> Relocations;
102 RelocationSection() : Section(SectionKind::Relocation) {}
104 return S->Kind == SectionKind::Relocation;
122 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation)
197 template <> struct MappingTraits<ELFYAML::Relocation> {
198 static void mapping(IO &IO, ELFYAML::Relocation &Rel);

Completed in 373 milliseconds