HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetSectionName (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-c-test/
object.c 39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
77 LLVMGetSectionName(sect));
  /external/llvm/include/llvm-c/
Object.h 63 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
  /external/llvm/bindings/python/llvm/
object.py 202 return lib.LLVMGetSectionName(self)
466 library.LLVMGetSectionName.argtypes = [c_object_p]
467 library.LLVMGetSectionName.restype = c_char_p
  /external/llvm/lib/Object/
Object.cpp 118 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) {

Completed in 1617 milliseconds