- LLVMCreateObjectFile
LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMDisposeObjectFile
void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMDisposeRelocationIterator
void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMDisposeSectionIterator
void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMDisposeSymbolIterator
void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationAddress
uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationOffset
uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationSymbol
LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationType
uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationTypeName
const(char)* LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocationValueString
const(char)* LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetRelocations
LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSectionAddress
uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSectionContainsSymbol
LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, LLVMSymbolIteratorRef Sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSectionContents
const(char)* LLVMGetSectionContents(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSectionName
const(char)* LLVMGetSectionName(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSectionSize
uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSections
LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSymbolAddress
uint64_t LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSymbolFileOffset
uint64_t LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSymbolName
const(char)* LLVMGetSymbolName(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSymbolSize
uint64_t LLVMGetSymbolSize(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMGetSymbols
LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef ObjectFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMIsRelocationIteratorAtEnd
LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMIsSectionIteratorAtEnd
LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMIsSymbolIteratorAtEnd
LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMMoveToContainingSection
void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, LLVMSymbolIteratorRef Sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMMoveToNextRelocation
void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMMoveToNextSection
void LLVMMoveToNextSection(LLVMSectionIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LLVMMoveToNextSymbol
void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.