Home
last modified time | relevance | path

Searched refs:LLVMGetSectionAddress (Results 1 – 8 of 8) sorted by relevance

/external/llvm/bindings/python/llvm/
Dobject.py230 return lib.LLVMGetSectionAddress(self)
468 library.LLVMGetSectionAddress.argtypes = [c_object_p]
469 library.LLVMGetSectionAddress.restype = c_uint64
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dobject.py230 return lib.LLVMGetSectionAddress(self)
468 library.LLVMGetSectionAddress.argtypes = [c_object_p]
469 library.LLVMGetSectionAddress.restype = c_uint64
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dobject.c40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
/external/llvm/tools/llvm-c-test/
Dobject.c40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DObject.h66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
/external/llvm/include/llvm-c/
DObject.h66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp155 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp155 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function