/llvm-project/llvm/docs/ |
H A D | CMake.rst | 192 cmake_build_typeFrequently-used CMake variables global() argument 232 Frequently Used LLVM-related variablesFrequently-used CMake variables global() argument 265 llvm_use_linkerFrequently Used LLVM-related variables global() argument 298 LLVM-related variablesRarely-used CMake variables global() argument 456 Qt Help ProjectLLVM-related variables global() argument 469 llvm_enable_assertionsLLVM-related variables global() argument 887 Advanced variablesLLVM-related variables global() argument [all...] |
/llvm-project/clang/docs/ |
H A D | Block-ABI-Apple.rst | 355 Layout of ``__block`` marked variables 408 Access to ``__block`` variables from within its lexical scope 477 Importing ``__block`` variables into ``Blocks`` 551 Importing ``__attribute__((NSObject))`` ``__block`` variables 558 ``__block`` escapes 573 Nesting
|
H A D | AutomaticReferenceCounting.rst | 2105 .. _arc.misc.blocks:
|
/llvm-project/mlir/lib/Dialect/Polynomial/IR/ |
H A D | PolynomialAttributes.cpp | 106 llvm::StringSet<> &variables, in parsePolynomialAttr() argument 155 llvm::StringSet<> variables; in parse() local 182 llvm::StringSet<> variables; in parse() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 29 def evaluate(string, variables): argument 38 def __init__(self, string, variables): argument
|
/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/ |
H A D | TestMembersAndLocalsWithSameName.py | 222 def disable_expression_log_and_check_for_locals(self, variables): argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFile.cpp | 118 VariableList &variables) {} in FindGlobalVariables() 122 VariableList &variables) {} in FindGlobalVariables()
|
H A D | SymbolFileOnDemand.cpp | 319 VariableList &variables) { in FindGlobalVariables() argument 330 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument
|
H A D | CompileUnit.cpp | 389 SetVariableList(VariableListSP & variables) SetVariableList() argument
|
/llvm-project/llvm/utils/lit/lit/llvm/ |
H A D | config.py | 250 variables = [variables] argument 258 clear_environment(self, variables) global() argument [all...] |
/llvm-project/flang/docs/ |
H A D | HighLevelFIR.md | 1371 #### Using attributes as pseudo variable symbols 1395 #### Using MLIR symbols for variables
|
/llvm-project/lldb/test/API/tools/lldb-dap/variables/ |
H A D | TestDAP_variables.py | 98 def verify_variables(self, verify_dict, variables, varref_dict=None): argument [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.cpp | 153 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
|
H A D | SymbolFileDWARFDebugMap.cpp | 903 uint32_t max_matches, VariableList &variables) { in PrivateFindGlobalVariables() argument 923 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 954 VariableList &variables) { in FindGlobalVariables() argument [all...] |
/llvm-project/mlir/lib/Conversion/SCFToEmitC/ |
H A D | SCFToEmitC.cpp | 77 assignValues(ValueRange values,SmallVector<Value> & variables,PatternRewriter & rewriter,Location loc) assignValues() argument [all...] |
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | AST.h | 277 std::vector<std::unique_ptr<VarDeclExprAST>> variables; variable 281 std::vector<std::unique_ptr<VarDeclExprAST>> variables) in StructAST()
|
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 90 VariableList &variables) override {} in FindGlobalVariables()
|
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 1090 FindGlobalVariables(lldb_private::ConstString name,const lldb_private::CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument 1106 FindGlobalVariables(const lldb_private::RegularExpression & regex,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | DAP.h | 152 Variables variables; global() member
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | MLIRGen.cpp | 148 auto variables = str.getVariables(); in mlirGen() local
|
/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1474 DoGuessValueAt(StackFrame & frame,ConstString reg,int64_t offset,Disassembler & disassembler,VariableList & variables,const Address & pc) DoGuessValueAt() argument 1701 VariableList *variables = GetVariableList(get_file_globals, nullptr); GuessValueForRegisterAndOffset() local [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1652 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument 1810 ParseVariablesForCompileUnit(CompileUnit & comp_unit,VariableList & variables) ParseVariablesForCompileUnit() argument 1960 VariableListSP variables = block.GetBlockVariableList(false); ParseVariablesForBlock() local 2019 VariableListSP variables; ParseVariablesForContext() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 608 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,size_t max_matches,VariableList & variables) FindGlobalVariables() argument 614 FindGlobalVariables(const RegularExpression & regex,size_t max_matches,VariableList & variables) FindGlobalVariables() argument
|
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | MLIRGen.cpp | 125 VariableMapTy variables; member in __anon7bb764690111::CodeGen
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1122 FindGlobalVariables(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument 1164 FindGlobalVariables(const lldb_private::RegularExpression & regex,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument [all...] |