Searched refs:LLVMGetSectionSize (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DObject.h45 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/external/llvm/include/llvm-c/
H A DObject.h64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/external/llvm/tools/llvm-c-test/
H A Dobject.c40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
/external/swiftshader/third_party/LLVM/lib/Object/
H A DObject.cpp56 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { function
/external/llvm/bindings/python/llvm/
H A Dobject.py210 return lib.LLVMGetSectionSize(self)
461 library.LLVMGetSectionSize.argtypes = [c_object_p]
462 library.LLVMGetSectionSize.restype = c_uint64
/external/llvm/lib/Object/
H A DObject.cpp144 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { function

Completed in 118 milliseconds