Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DEvalEmitter.h93 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Locals; variable
DInterpFrame.h161 std::unique_ptr<char[]> Locals; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp217 const std::vector<DILocal> &Locals) { in print()
347 const std::vector<DILocal> &Locals) { in print()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h127 SmallVector<LocalVariable, 1> Locals; member
150 SmallVector<LocalVariable, 1> Locals; member
DDwarfFile.h80 SmallVector<DbgVariable *, 8> Locals; member
DCodeViewDebug.cpp2786 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2939 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2959 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
DDwarfCompileUnit.cpp1061 auto Locals = sortLocalVars(Vars.Locals); in createAndAddScopeChildren() local
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h36 std::vector<MVT> Locals; variable
DWebAssemblyAsmPrinter.cpp591 SmallVector<wasm::ValType, 16> Locals; in emitFunctionBodyStart() local
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmTypeCheck.cpp57 void WebAssemblyAsmTypeCheck::localDecl(const SmallVector<wasm::ValType, 4> &Locals) { in localDecl()
DWebAssemblyAsmParser.cpp957 SmallVector<wasm::ValType, 4> Locals; in ParseDirective() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmMacro.h146 std::vector<std::string> Locals; member
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DWasmYAML.h110 std::vector<LocalDecl> Locals; member
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h150 std::vector<WasmLocalDecl> Locals; member
/openbsd/src/gnu/llvm/lld/ELF/
DConfig.h61 enum class DiscardPolicy { Default, All, Locals, None }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMasmParser.cpp2866 const std::vector<std::string> &Locals, SMLoc L) { in expandMacro()
5846 std::vector<std::string> Locals; in parseDirectiveMacro() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjCMac.cpp4312 SmallVector<llvm::Value*, 20> Locals; member in __anonc6685d130811::FragileHazards