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.h39 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef
184 LLVM_C_ABI LLVMRelocationIteratorRef
186 LLVM_C_ABI void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
188 LLVMSectionIteratorRef Section, LLVMRelocationIteratorRef RI);
189 LLVM_C_ABI void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
197 LLVM_C_ABI uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
199 LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
200 LLVM_C_ABI uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
203 LLVM_C_ABI const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
205 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()
282 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations()
287 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
292 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
296 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
329 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
333 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
338 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
[all …]