/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | multivalue-stackify.py | 38 def get_num_defs(program): argument 45 def possible_ops(program): argument 70 def get_num_terminal_ops(program): argument 78 def get_max_uses(program): argument 86 def has_unused_op(program): argument 96 def has_multivalue_use(program): argument 107 def has_mvp_use(program): argument 120 def is_interesting(program): argument 164 def print_llvm_program(program, name): argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 54 static Node *ResolveFPOProgram(llvm::StringRef program, in ResolveFPOProgram() 92 llvm::StringRef program, llvm::StringRef register_name, in TranslateFPOProgramToDWARFExpression()
|
H A D | DWARFLocationExpression.cpp | 178 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression()
|
H A D | PdbUtil.cpp | 814 llvm::StringRef program; in GetVariableLocationInfo() local 855 llvm::StringRef program; in GetVariableLocationInfo() local
|
/llvm-project/llvm/utils/gn/build/ |
H A D | write_vcsrevision.py | 15 def which(program): argument
|
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | test_commands.py | 119 program = "one-arg-no-opt" variable in OneArgCommandNoOptions 42 program = "no-args" global() variable in NoArgsCommand 147 program = "two-args" global() variable in TwoArgGroupsCommand
|
/llvm-project/lldb/test/API/tools/lldb-dap/attach/ |
H A D | TestDAP_attach.py | 19 def spawn_and_wait(program, delay): argument [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | unparse-with-symbols.cpp | 93 UnparseWithSymbols(llvm::raw_ostream & out,const parser::Program & program,parser::Encoding encoding) UnparseWithSymbols() argument 128 UnparseWithModules(llvm::raw_ostream & out,SemanticsContext & context,const parser::Program & program,parser::Encoding encoding) UnparseWithModules() argument
|
H A D | canonicalize-directives.cpp | 49 CanonicalizeDirectives(parser::Messages & messages,parser::Program & program) CanonicalizeDirectives() argument
|
H A D | canonicalize-omp.cpp | 161 CanonicalizeOmp(parser::Messages & messages,parser::Program & program) CanonicalizeOmp() argument
|
H A D | rewrite-directives.cpp | 168 RewriteOmpParts(SemanticsContext & context,parser::Program & program) RewriteOmpParts() argument
|
H A D | canonicalize-acc.cpp | 184 CanonicalizeAcc(parser::Messages & messages,parser::Program & program) CanonicalizeAcc() argument
|
H A D | canonicalize-do.cpp | 136 bool CanonicalizeDo(Program &program) { in CanonicalizeDo()
|
H A D | rewrite-parse-tree.cpp | 176 RewriteParseTree(SemanticsContext & context,parser::Program & program) RewriteParseTree() argument
|
H A D | semantics.cpp | 117 bool Walk(const parser::Program &program) { in Walk() argument 172 PerformStatementSemantics(SemanticsContext & context,parser::Program & program) PerformStatementSemantics() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 176 static const char *getProgramName(GraphProgram::Name program) { in getProgramName() 193 GraphProgram::Name program) { in DisplayGraph()
|
/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | TestMultithreaded.py | 121 build_program(self, sources, program) global() argument
|
/llvm-project/lldb/examples/python/ |
H A D | cmdtemplate.py | 18 program = "framestats" variable in FrameStatCommand
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | package.json | 130 "program": "./bin/lldb-dap", global() string 132 "program": "./bin/lldb-dap.exe" global() string 140 "program": { global() object 276 "program": { global() object 395 "program": "${workspaceRoot}/<your program>", global() string 409 "program": "^\"\\${workspaceRoot}/${1:<your program>}\"", global() string [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 61 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression()
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | dotest.py | 58 def which(program): argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/ |
H A D | lldbdap_testcase.py | 288 attach( self, program=None, pid=None, waitFor=None, trace=None, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, attachCommands=None, coreFile=None, disconnectAutomatically=True, terminateCommands=None, postRunCommands=None, sourceMap=None, sourceInitFile=False, expectFailure=False, gdbRemotePort=None, gdbRemoteHostname=None, ) global() argument 348 launch( self, program=None, args=None, cwd=None, env=None, stopOnEntry=False, disableASLR=True, disableSTDIO=False, shellExpandArguments=False, trace=False, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, terminateCommands=None, sourcePath=None, debuggerRoot=None, sourceInitFile=False, launchCommands=None, sourceMap=None, disconnectAutomatically=True, runInTerminal=False, expectFailure=False, postRunCommands=None, enableAutoVariableSummaries=False, enableSyntheticChildDebugging=False, commandEscapePrefix=None, customFrameFormat=None, customThreadFormat=None, ) global() argument 430 build_and_launch( self, program, args=None, cwd=None, env=None, stopOnEntry=False, disableASLR=True, disableSTDIO=False, shellExpandArguments=False, trace=False, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, terminateCommands=None, sourcePath=None, debuggerRoot=None, sourceInitFile=False, runInTerminal=False, disconnectAutomatically=True, postRunCommands=None, lldbDAPEnv=None, enableAutoVariableSummaries=False, enableSyntheticChildDebugging=False, commandEscapePrefix=None, customFrameFormat=None, customThreadFormat=None, launchCommands=None, expectFailure=False, ) global() argument [all...] |
/llvm-project/clang/utils/ |
H A D | token-delta.py | 238 def tokenBasedMultiDelta(program, files, log): argument
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | dsl.py | 157 def programOutput(config, program, args=None): argument 193 def programSucceeds(config, program, arg argument [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | type-parsers.h | 42 constexpr Parser<Program> program; // R501 - the "top level" production variable
|