Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h38 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef
183 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
184 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
186 LLVMRelocationIteratorRef RI);
187 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
196 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
197 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
198 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
201 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
202 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
57 inline LLVMRelocationIteratorRef
59 return reinterpret_cast<LLVMRelocationIteratorRef> in wrap()
288 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
293 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
297 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
330 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
344 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName()
[all …]