Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 201) sorted by relevance

123456789

/llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/
H A Dutil.py25 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 Dcommon_lint.py8 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 Dcpp_lint.py14 def VerifyIncludes(filename, lines): argument
77 def RunOnFile(self, filename, lines): argument
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dutil.py18 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.py74 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 DTestNetBSDCore.py115 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 Dprint_crashreport_for_pid.py26 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 Dstartfile.py26 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 Dextract_vplan.py33 filename = 'VPlan' + name + '.png' variable
45 filename = 'VPlan' + name + '.dot' variable
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DCompilationDatabase.cpp27 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 Dreport.py379 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 Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
41 def __init__(self, filename): argument
181 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
224filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
36 def __init__(self, filename): argument
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
219filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
36 def __init__(self, filename): argument
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
219filename = "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 Dtest_intercept.py28 def test(filename): argument
39 def create_status_report(filename, message): argument
/llvm-project-15.0.7/clang-tools-extra/clangd/quality/
H A DCompletionModelCodegen.py36 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 Dcoverage-report-server.py83 def has_file(self, filename): argument
86 def compute_linemap(self, filename): argument
/llvm-project-15.0.7/clang/utils/
H A Dcreduce-clang-crash.py62 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 Dsanitizer_procmaps.h42 : 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 DParser.cpp31 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 DReproducerProvider.cpp22 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 Dwrite_cmake_config.py109 def read(filename): argument
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dbuiltinmacro.c6 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 DParser.h159 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 Dinstrprof-get-filename.c14 const char *filename; in main() local

123456789