Home
last modified time | relevance | path

Searched defs:VarId (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1117 uint32_t VarId = addType(std::move(VarEntry)); in processGlobals() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1453 uint32_t VarId = addType(std::move(VarEntry)); in processGlobals() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcomp.rs1605 pub(crate) fn inner_vars(&self) -> &[VarId] { in inner_vars()