Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py210 return lib.LLVMGetSectionSize(self)
461 library.LLVMGetSectionSize.argtypes = [c_object_p]
462 library.LLVMGetSectionSize.restype = c_uint64
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dobject.py210 return lib.LLVMGetSectionSize(self)
461 library.LLVMGetSectionSize.argtypes = [c_object_p]
462 library.LLVMGetSectionSize.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/llvm/include/llvm-c/
DObject.h64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DObject.h64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp144 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp144 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function