rustc_
codegen_
llvm
1.87.0-nightly
(f8a913b13 2025-02-23)
In rustc_
codegen_
llvm::
llvm
Modules
archive_ro
debuginfo
diagnostic
enzyme_ffi
ffi
Structs
AllocKindFlags
ArchiveChild
ArchiveIterator
Builder
Linker
OperandBundleOwned
PassManager
RawEnum
RustArchiveMember
SanitizerOptions
ThinLTOModule
Enums
ArchiveKind
AsmDialect
AtomicOrdering
AtomicRmwBinOp
AttributeKind
AttributePlace
CallConv
ChecksumKind
CodeGenOptLevel
CodeGenOptSize
CodeModel
DLLStorageClass
DiagnosticKind
DiagnosticLevel
FileType
FloatAbi
IntPredicate
LLVMRustResult
Linkage
MemoryEffects
MetadataType
ModuleFlagMergeBehavior
Opcode
OptStage
PassBuilderOptLevel
RealPredicate
RelocModel
ThreadLocalMode
TypeKind
UnnamedAddr
Visibility
Constants
False
True
Functions
AddCallSiteAttributes
AddFunctionAttributes
CreateAlignmentAttr
CreateAllocKindAttr
CreateAllocSizeAttr
CreateAttrString
CreateAttrStringValue
CreateByValAttr
CreateDereferenceableAttr
CreateDereferenceableOrNullAttr
CreateRangeAttr
CreateStructRetAttr
CreateUWTableAttr
SetFunctionCallConv
SetInstructionCallConv
SetUniqueComdat
SetUnnamedAddress
add_global
add_module_flag_str
add_module_flag_u32
build_byte_buffer
build_string
get_linkage
get_param
get_value_name
get_visibility
is_declaration
last_error
set_alignment
set_comdat
set_dllimport_storage_class
set_dso_local
set_global_constant
set_initializer
set_linkage
set_section
set_thread_local_mode
set_value_name
set_visibility
twine_to_string
Type Aliases
Bool
DiagnosticHandlerTy
GetSymbolsCallback
GetSymbolsErrorCallback
SelfProfileAfterPassCallback
SelfProfileBeforePassCallback
Foreign Types
Archive
Attribute
BasicBlock
Comdat
ConstantInt
Context
DiagnosticHandler
DiagnosticInfo
Metadata
Module
ModuleBuffer
SMDiagnostic
TargetMachine
ThinLTOBuffer
ThinLTOData
Twine
Type
Value
rustc_codegen_llvm
::
llvm
Function
CreateAttrString
Copy item path
Settings
Help
Summary
Source
pub(crate) fn CreateAttrString<'ll>( llcx: &'ll
Context
, attr: &
str
, ) -> &'ll
Attribute