Searched refs:LLVMRelocationIteratorRef (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm-c/
H A DObject.h40 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef in typeref:struct:LLVMOpaqueRelocationIterator
71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
72 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
74 LLVMRelocationIteratorRef RI);
75 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
85 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI);
86 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
87 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
88 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
91 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef R
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DObject.cpp50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) {
54 inline LLVMRelocationIteratorRef
56 return reinterpret_cast<LLVMRelocationIteratorRef>
155 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) {
160 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) {
165 LLVMRelocationIteratorRef SI) {
169 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) {
207 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) {
214 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) {
221 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef R
[all...]

Completed in 47 milliseconds