Searched refs:LLVMGetSymbolName (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
H A DObject.h79 const char *LLVMGetSymbolName(LLVMSymbolIteratorRef SI);
/external/llvm/tools/llvm-c-test/
H A Dobject.c75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
/external/llvm/bindings/python/llvm/
H A Dobject.py311 return lib.LLVMGetSymbolName(self)
484 library.LLVMGetSymbolName.argtypes = [Symbol]
485 library.LLVMGetSymbolName.restype = c_char_p
/external/llvm/lib/Object/
H A DObject.cpp185 const char *LLVMGetSymbolName(LLVMSymbolIteratorRef SI) { function

Completed in 320 milliseconds