Home
last modified time | relevance | path

Searched refs:LLVMGetRelocationType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/bindings/python/llvm/
Dobject.py397 return lib.LLVMGetRelocationType(self)
499 library.LLVMGetRelocationType.argtypes = [c_object_p]
500 library.LLVMGetRelocationType.restype = c_uint64
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dobject.py397 return lib.LLVMGetRelocationType(self)
499 library.LLVMGetRelocationType.argtypes = [c_object_p]
500 library.LLVMGetRelocationType.restype = c_uint64
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DObject.h86 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
/external/llvm/include/llvm-c/
DObject.h86 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp223 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp223 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function