Searched refs:Relocation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_object.py3 from ..object import Relocation
62 assert isinstance(relocation, Relocation)
/macosx-10.10/llvmCore-3425.0.34/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...]

Completed in 118 milliseconds