OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetRelocationOffset
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Object.h
86
uint64_t
LLVMGetRelocationOffset
(LLVMRelocationIteratorRef RI);
/external/llvm/bindings/python/llvm/
object.py
389
return lib.
LLVMGetRelocationOffset
(self)
507
library.
LLVMGetRelocationOffset
.argtypes = [c_object_p]
508
library.
LLVMGetRelocationOffset
.restype = c_uint64
/external/llvm/lib/Object/
Object.cpp
214
uint64_t
LLVMGetRelocationOffset
(LLVMRelocationIteratorRef RI) {
Completed in 36 milliseconds