Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1117 uint32_t VarId = addType(std::move(VarEntry)); in processGlobals() local
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1601 pub fn inner_vars(&self) -> &[VarId] { in inner_vars()