☰
In rustc_codegen_llvm::back::lto
In rustc_codegen_llvm::back::lto
Structs
Linker
ModuleBuffer
ThinBuffer
ThinData
ThinLTOKeysMap
Constants
THIN_LTO_KEYS_INCR_COMP_FILE_NAME
Functions
crate_type_allows_lto
fat_lto
get_bitcode_slice_from_object_data
module_name_to_str
optimize_thin_module
parse_module
prepare_lto
prepare_thin
run_fat
run_pass_manager
run_thin
thin_lto
?
Function
rustc_codegen_llvm
::
back
::
lto
::
get_bitcode_slice_from_object_data
source
·
[
−
]
fn get_bitcode_slice_from_object_data(obj: &[
u8
]) ->
Result
<&[
u8
],
String
>