Home
last modified time | relevance | path

Searched refs:LLVMGetSectionName (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dobject.c42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in llvm_object_list_sections()
85 LLVMGetSectionName(sect)); in llvm_object_list_symbols()
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py201 return lib.LLVMGetSectionName(self)
457 library.LLVMGetSectionName.argtypes = [c_object_p]
458 library.LLVMGetSectionName.restype = c_char_p
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DObject.h175 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp255 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() function