Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py218 r = lib.LLVMGetSectionContents(self)
463 library.LLVMGetSectionContents.argtypes = [c_object_p]
465 library.LLVMGetSectionContents.restype = POINTER(c_char)
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DObject.h177 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp266 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents() function