↓ 4 callersMethodcompileLex, parse, (optionally) analyse, and lower `source` to IR. Returns `Err` only on hard failures (lex errors, parse errors, IR lowering errors). Warn
crates/hll-to-ir/src/hll_compiler.rs:85
↓ 4 callersFunctionfetch_with_pmp(
bus: &mut SystemBus,
pc: u64,
satp: u64,
priv_mode: PrivilegeMode,
mstatus: u64,
pmp
crates/virtual-machine/src/cpu/pipeline/fetch.rs:12