Home
last modified time | relevance | path

Searched refs:LLVMGetRelocations (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py250 relocations = lib.LLVMGetRelocations(self)
473 library.LLVMGetRelocations.argtypes = [c_object_p]
474 library.LLVMGetRelocations.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DObject.h183 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp283 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations() function