Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDEvalEmitter.h104 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Locals; variable
HDInterpFrame.h165 std::unique_ptr<char[]> Locals; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDDIPrinter.cpp217 const std::vector<DILocal> &Locals) { in print()
356 const std::vector<DILocal> &Locals) { in print()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.h130 SmallVector<LocalVariable, 1> Locals; member
165 SmallVector<LocalVariable, 1> Locals; member
HDDwarfFile.h81 SmallVector<DbgVariable *, 8> Locals; member
HDCodeViewDebug.cpp2819 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2972 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2992 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
HDDwarfCompileUnit.cpp1129 auto Locals = sortLocalVars(Vars.Locals); in createAndAddScopeChildren() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyMachineFunctionInfo.h37 std::vector<MVT> Locals; variable
HDWebAssemblyAsmPrinter.cpp635 SmallVector<wasm::ValType, 16> Locals; in emitFunctionBodyStart() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmTypeCheck.cpp57 const SmallVectorImpl<wasm::ValType> &Locals) { in localDecl()
HDWebAssemblyAsmParser.cpp954 SmallVector<wasm::ValType, 4> Locals; in parseDirective() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmMacro.h146 std::vector<std::string> Locals; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h83 Locals, // --discard-locals (-X) enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDWasmYAML.h110 std::vector<LocalDecl> Locals; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h386 std::vector<WasmLocalDecl> Locals; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVScope.cpp560 bool Locals = options().getAttributeLocal(); in resolvePrinting() local
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDConfig.h66 enum class DiscardPolicy { Default, All, Locals, None }; enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp2835 const std::vector<std::string> &Locals, SMLoc L) { in expandMacro()
5814 std::vector<std::string> Locals; in parseDirectiveMacro() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCMac.cpp4297 SmallVector<llvm::Value*, 20> Locals; member in __anon33dc88300811::FragileHazards