| /llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/ |
| H A D | util.py | 25 def read_syms_from_file(filename): argument 34 def read_exclusions(filename): argument 75 def is_elf(filename): argument 81 def is_mach_o(filename): argument 93 def is_xcoff_or_big_ar(filename): argument 101 def is_library_file(filename): argument 110 def extract_or_load(filename): argument
|
| /llvm-project-15.0.7/llvm/utils/lint/ |
| H A D | common_lint.py | 8 def VerifyLineLength(filename, lines, max_length): argument 31 def VerifyTabs(filename, lines): argument 52 def VerifyTrailingWhitespace(filename, lines): argument 74 def RunOnFile(filename, lines): argument
|
| H A D | cpp_lint.py | 14 def VerifyIncludes(filename, lines): argument 77 def RunOnFile(self, filename, lines): argument
|
| /llvm-project-15.0.7/third-party/benchmark/tools/gbench/ |
| H A D | util.py | 18 def is_executable_file(filename): argument 43 def is_json_file(filename): argument 57 def classify_input_file(filename): argument 78 def check_input_file(filename): argument 169 def run_or_load_benchmark(filename, benchmark_flags): argument
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | .ycm_extra_conf.py | 74 def IsHeaderFile( filename ): argument 79 def GetCompilationInfoForFile( filename ): argument 97 def FlagsForFile( filename, **kwargs ): argument
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 115 def check_backtrace(self, thread, filename, backtrace): argument 129 def do_test(self, filename, pid, region_count): argument 149 def check_stack(self, process, pid, filename): argument 173 def check_stack(self, process, pid, filename): argument 203 def check_stack(self, process, pid, filename): argument
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/ |
| H A D | print_crashreport_for_pid.py | 26 def output_report_with_retries(outfile, pid, filename, attempts_remaining, max_wait_time): argument 41 def find_report_in_cur_dir(pid, filename): argument
|
| /llvm-project-15.0.7/clang/tools/scan-view/share/ |
| H A D | startfile.py | 26 def open(self, filename): argument 72 def open(self, filename): argument 90 def open(self, filename): argument 206 def open(filename): argument
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | extract_vplan.py | 33 filename = 'VPlan' + name + '.png' variable 45 filename = 'VPlan' + name + '.dot' variable
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | CompilationDatabase.cpp | 27 std::string filename; member 67 for (StringRef filename : databases) in CompilationDatabase() local 77 void CompilationDatabase::loadDatabase(StringRef filename) { in loadDatabase()
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | report.py | 379 def parse_bug_plist(filename): argument 400 def parse_bug_html(filename): argument 438 def parse_crash(filename): argument 541 def chop(prefix, filename): argument 580 def commonprefix_from(filename): argument
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | genk-timing.py | 15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 41 def __init__(self, filename): argument 181 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument 224 …filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | genk-timing.py | 15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 36 def __init__(self, filename): argument 176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument 219 …filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | genk-timing.py | 15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 36 def __init__(self, filename): argument 176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument 219 …filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_intercept.py | 28 def test(filename): argument 39 def create_status_report(filename, message): argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/quality/ |
| H A D | CompletionModelCodegen.py | 36 def header_guard(filename): argument 114 def gen_header_code(features_json, cpp_class, filename): argument 223 def gen_cpp_code(forest_json, features_json, filename, cpp_class): argument
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | coverage-report-server.py | 83 def has_file(self, filename): argument 86 def compute_linemap(self, filename): argument
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | creduce-clang-crash.py | 62 def write_to_script(text, filename): argument 87 def get_crash_cmd(self, cmd=None, args=None, filename=None): argument 97 def read_clang_args(self, crash_script, filename): argument 173 def check_expected_output(self, args=None, filename=None): argument
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps.h | 42 : filename(buff), filename_size(size), data_(nullptr) {} in filename() function 55 char *filename; // owned by caller variable
|
| /llvm-project-15.0.7/mlir/lib/Parser/ |
| H A D | Parser.cpp | 31 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, Block *block, in parseSourceFile() 38 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, in parseSourceFile()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 22 DataRecorder::Create(const FileSpec &filename) { in Create() 31 YamlRecorder::Create(const FileSpec &filename) { in Create() 66 ProcessInfoRecorder::Create(const FileSpec &filename) { in Create() 95 std::string filename = (llvm::Twine(Info::name) + llvm::Twine("-") + in GetNewProcessInfoRecorder() local
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | write_cmake_config.py | 109 def read(filename): argument
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | builtinmacro.c | 6 const char *filename (const char *name) { // CHECK-NEXT: File 0, [[@LINE]]:41 -> [[@LINE+3]]:2 = #0 in filename() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Parser/ |
| H A D | Parser.h | 159 inline OwningOpRef<ContainerOpT> parseSourceFile(StringRef filename, in parseSourceFile() 173 inline OwningOpRef<ContainerOpT> parseSourceFile(llvm::StringRef filename, in parseSourceFile()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | instrprof-get-filename.c | 14 const char *filename; in main() local
|