Home
last modified time | relevance | path

Searched defs:Locals (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Dlocals.rs11 pub(super) struct Locals<'tcx, V> { struct
15 impl<'tcx, V> Index<mir::Local> for Locals<'tcx, V> { argument
24 impl<'tcx, V, Idx: ?Sized> !IndexMut<Idx> for Locals<'tcx, V> {} implementation
26 impl<'tcx, V> Locals<'tcx, V> { impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h119 SmallVector<LocalVariable, 1> Locals; member
142 SmallVector<LocalVariable, 1> Locals; member
DDwarfFile.h79 SmallVector<DbgVariable *, 8> Locals; member
DCodeViewDebug.cpp2595 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2736 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2756 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
DDwarfCompileUnit.cpp803 auto Locals = sortLocalVars(Vars.Locals); in createScopeChildrenDIE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h37 std::vector<MVT> Locals; variable
DWebAssemblyAsmPrinter.cpp311 SmallVector<wasm::ValType, 16> Locals; in EmitFunctionBodyStart() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/
Deval.rs452 struct Locals<'a> { struct
475 &Locals { ptr: &ArenaMap::new(), body: &body, drop_flags: DropFlags::default() }, in interpret_mir() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp771 SmallVector<wasm::ValType, 4> Locals; in ParseDirective() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h103 std::vector<LocalDecl> Locals; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h129 std::vector<WasmLocalDecl> Locals; member