Searched defs:Relocation (Results 1 - 3 of 3) 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
92 "Relocation",
235 This is a generator for llvm.object.Relocation instances.
249 last = Relocation(relocations)
359 class Relocation(LLVMObject): class in inherits:LLVMObject
367 a Relocation instance.
379 raise Exception('Relocation instance has expired.')
387 raise Exception('Relocation instance has expired.')
393 """The Symbol corresponding to this Relocation
[all...]
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h38 struct Relocation { struct in namespace:llvm::COFFYAML
48 std::vector<Relocation> Relocations;
73 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
114 struct MappingTraits<COFFYAML::Relocation> {
115 static void mapping(IO &IO, COFFYAML::Relocation &Rel);

Completed in 222 milliseconds