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() argument
348 print(const Request & Request,const std::vector<DILocal> & Locals) print() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h130 SmallVector<LocalVariable, 1> Locals; member
165 SmallVector<LocalVariable, 1> Locals; member
H A DDwarfFile.h81 SmallVector<DbgVariable *, 8> Locals; member
H A DCodeViewDebug.cpp2801 emitLocalVariableList(const FunctionInfo & FI,ArrayRef<LocalVariable> Locals) emitLocalVariableList() argument
2954 collectLexicalBlockInfo(SmallVectorImpl<LexicalScope * > & Scopes,SmallVectorImpl<LexicalBlock * > & Blocks,SmallVectorImpl<LocalVariable> & Locals,SmallVectorImpl<CVGlobalVariable> & Globals) collectLexicalBlockInfo() argument
2974 SmallVectorImpl<LocalVariable> *Locals = collectLexicalBlockInfo() local
[all...]
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.cpp568 bool Locals = options().getAttributeLocal(); 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 __anonb5e682970811::FragileHazards