Searched defs:Locals (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/ |
| D | locals.rs | 11 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/ |
| D | CodeViewDebug.h | 119 SmallVector<LocalVariable, 1> Locals; member 142 SmallVector<LocalVariable, 1> Locals; member
|
| D | DwarfFile.h | 79 SmallVector<DbgVariable *, 8> Locals; member
|
| D | CodeViewDebug.cpp | 2595 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList() 2736 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo() 2756 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
|
| D | DwarfCompileUnit.cpp | 803 auto Locals = sortLocalVars(Vars.Locals); in createScopeChildrenDIE() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMachineFunctionInfo.h | 37 std::vector<MVT> Locals; variable
|
| D | WebAssemblyAsmPrinter.cpp | 311 SmallVector<wasm::ValType, 16> Locals; in EmitFunctionBodyStart() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/ |
| D | eval.rs | 452 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/ |
| D | WebAssemblyAsmParser.cpp | 771 SmallVector<wasm::ValType, 4> Locals; in ParseDirective() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | WasmYAML.h | 103 std::vector<LocalDecl> Locals; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | Wasm.h | 129 std::vector<WasmLocalDecl> Locals; member
|