Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py251 relocations = lib.LLVMGetRelocations(self)
474 library.LLVMGetRelocations.argtypes = [c_object_p]
475 library.LLVMGetRelocations.restype = c_object_p
/external/llvm/include/llvm-c/
DObject.h71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
/external/llvm/lib/Object/
DObject.cpp165 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations() function