Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h104 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Locals; variable
H A DInterpFrame.h165 std::unique_ptr<char[]> Locals; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp217 const std::vector<DILocal> &Locals) { in print()
356 const std::vector<DILocal> &Locals) { in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h81 SmallVector<DbgVariable *, 8> Locals; member
H A DCodeViewDebug.h130 SmallVector<LocalVariable, 1> Locals; member
165 SmallVector<LocalVariable, 1> Locals; member
H A DCodeViewDebug.cpp2819 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2972 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2992 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
H A DDwarfCompileUnit.cpp1129 auto Locals = sortLocalVars(Vars.Locals); in createAndAddScopeChildren() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h37 std::vector<MVT> Locals; variable
H A DWebAssemblyAsmPrinter.cpp635 SmallVector<wasm::ValType, 16> Locals; in emitFunctionBodyStart() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp57 const SmallVectorImpl<wasm::ValType> &Locals) { in localDecl()
H A DWebAssemblyAsmParser.cpp954 SmallVector<wasm::ValType, 4> Locals; in parseDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h146 std::vector<std::string> Locals; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h83 Locals, // --discard-locals (-X) enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h110 std::vector<LocalDecl> Locals; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h386 std::vector<WasmLocalDecl> Locals; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp560 bool Locals = options().getAttributeLocal(); in resolvePrinting() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h66 enum class DiscardPolicy { Default, All, Locals, None }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2835 const std::vector<std::string> &Locals, SMLoc L) { in expandMacro()
5814 std::vector<std::string> Locals; in parseDirectiveMacro() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp4297 SmallVector<llvm::Value*, 20> Locals; member in __anonf068995f0811::FragileHazards