rustc_codegen_llvm::llvm

Function LLVMGetNextGlobal

source
pub unsafe extern "C" fn LLVMGetNextGlobal(
    GlobalVar: &Value,
) -> Option<&Value>