llvm.c.object

Undocumented in source.

Public Imports

llvm.c.types
public import llvm.c.types;
Undocumented in source.

Members

Aliases

LLVMObjectFileRef
alias LLVMObjectFileRef = __LLVMOpaqueObjectFile*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMRelocationIteratorRef
alias LLVMRelocationIteratorRef = __LLVMOpaqueRelocationIterator*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMSectionIteratorRef
alias LLVMSectionIteratorRef = __LLVMOpaqueSectionIterator*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMSymbolIteratorRef
alias LLVMSymbolIteratorRef = __LLVMOpaqueSymbolIterator*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.
LLVMGetRelocationOffset
ulong 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
ulong 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
ulong 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
ulong 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
ulong 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.
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
ulong 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.

Structs

__LLVMOpaqueObjectFile
struct __LLVMOpaqueObjectFile

@defgroup LLVMCObject Object file reading and writing @ingroup LLVMC

__LLVMOpaqueRelocationIterator
struct __LLVMOpaqueRelocationIterator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__LLVMOpaqueSectionIterator
struct __LLVMOpaqueSectionIterator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__LLVMOpaqueSymbolIterator
struct __LLVMOpaqueSymbolIterator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta