Home
last modified time | relevance | path

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

123456789

/llvm-project/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
94 def is_xcoff_or_big_ar(filename): argument
103 def is_library_file(filename): argument
112 def extract_or_load(filename): argument
/llvm-project/openmp/runtime/tools/
H A Dcheck-depends.py27 def get_deps_readelf(filename): argument
43 def get_deps_otool(filename): argument
63 def get_deps_link(filename): argument
/llvm-project/llvm/utils/lint/
H A Dcommon_lint.py9 def VerifyLineLength(filename, lines, max_length): argument
38 def VerifyTabs(filename, lines): argument
59 def VerifyTrailingWhitespace(filename, lines): argument
81 def RunOnFile(filename, lines): argument
H A Dcpp_lint.py15 def VerifyIncludes(filename, lines): argument
93 def RunOnFile(self, filename, lines): argument
/llvm-project/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
81 def check_input_file(filename): argument
216 def run_or_load_benchmark(filename, benchmark_flags): argument
/llvm-project/third-party/benchmark/
H A D.ycm_extra_conf.py80 def IsHeaderFile(filename): argument
85 def GetCompilationInfoForFile(filename): argument
104 def FlagsForFile(filename, **kwargs): argument
/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py103 def check_backtrace(self, thread, filename, backtrace): argument
119 def do_test(self, filename, pid, region_count): argument
139 def check_stack(self, process, pid, filename): argument
163 def check_stack(self, process, pid, filename): argument
193 def check_stack(self, process, pid, filename): argument
/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Dprint_crashreport_for_pid.py69 outfile, pid, filename, attempts_remaining, max_wait_time argument
88 def find_report_in_cur_dir(pid, filename): argument
/llvm-project/clang/tools/scan-view/share/
H A Dstartfile.py26 def open(self, filename): argument
81 def open(self, filename): argument
99 def open(self, filename): argument
213 def open(filename): argument
/llvm-project/mlir/lib/Parser/
H A DParser.cpp49 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, Block *block, in parseSourceFile()
56 static LogicalResult loadSourceFileBuffer(llvm::StringRef filename, in loadSourceFileBuffer()
74 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, in parseSourceFile()
83 llvm::StringRef filename, const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFile()
/llvm-project/llvm/utils/
H A Dextract_vplan.py33 filename = "VPlan" + name + ".png" variable
47 filename = "VPlan" + name + ".dot" variable
/llvm-project/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/mlir/include/mlir/Parser/
H A DParser.h201 inline OwningOpRef<ContainerOpT> parseSourceFile(StringRef filename, in parseSourceFile()
215 inline OwningOpRef<ContainerOpT> parseSourceFile(llvm::StringRef filename, in parseSourceFile()
227 parseSourceFile(llvm::StringRef filename, in parseSourceFile()
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py461 def parse_bug_plist(filename): argument
482 def parse_bug_html(filename): argument
522 def parse_crash(filename): argument
628 def chop(prefix, filename): argument
667 def commonprefix_from(filename): argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py17 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
53 def __init__(self, filename): argument
207 filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript argument
276 filename = "test-%d-%d-%d-%d.k" % ( variable
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py17 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
53 def __init__(self, filename): argument
207 filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript argument
276 filename = "test-%d-%d-%d-%d.k" % ( variable
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py17 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
63 def __init__(self, filename): argument
217 filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript argument
286 filename = "test-%d-%d-%d-%d.k" % ( variable
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py27 def test(filename): argument
39 def create_status_report(filename, message): argument
/llvm-project/mlir/include/mlir/Tools/Plugins/
H A DPassPlugin.h85 PassPlugin(const std::string &filename, in PassPlugin()
89 std::string filename; variable
H A DDialectPlugin.h79 DialectPlugin(const std::string &filename, in DialectPlugin()
83 std::string filename; variable
/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModelCodegen.py35 def header_guard(filename): argument
119 def gen_header_code(features_json, cpp_class, filename): argument
238 def gen_cpp_code(forest_json, features_json, filename, cpp_class): argument
/llvm-project/clang/utils/
H A Dcreduce-clang-crash.py67 with open(filename, "w") as f: argument
92 get_crash_cmd(self, cmd=None, args=None, filename=None) global() argument
102 read_clang_args(self, crash_script, filename) global() argument
189 check_expected_output(self, args=None, filename=None) global() argument
[all...]
/llvm-project/llvm/tools/sancov/
H A Dcoverage-report-server.py86 def has_file(self, filename): argument
89 def compute_linemap(self, filename): argument
/llvm-project/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/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

123456789