Searched refs:LLVMRelocationIteratorRef (Results 1 – 2 of 2) sorted by relevance
39 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef184 LLVM_C_ABI LLVMRelocationIteratorRef186 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);
53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()57 inline LLVMRelocationIteratorRef59 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 …]