Enum llvm_support::Mangling [−][src]
pub enum Mangling {
Elf,
Mips,
Macho,
WindowsX86Coff,
WindowsCoff,
XCoff,
}
Expand description
Symbol mangling styles supported by LLVM.
Variants
ELF-style mangling.
MIPS-style mangling.
Mach-O-style mangling.
COFF on x86 Windows-style mangling.
COFF on Windows-style mangling.
XCOFF-style mangling.