Home
last modified time | relevance | path

Searched defs:input_file (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/tools/libclang/
H A Dlinker-script-to-export-list.py5 input_file = open(sys.argv[1]) variable
/llvm-project/llvm/utils/
H A Dextract-section.py36 def get_raw_section_dump(readobj_path, section_name, input_file): argument
/llvm-project/libclc/
H A DCMakeLists.txt360 set( input_file ${CMAKE_CURRENT_BINARY_DIR}/${file} ) global() variable
370 set( input_file ${CMAKE_CURRENT_SOURCE_DIR}/${file} ) global() variable
/llvm-project/clang/unittests/Frontend/
H A DASTUnitTest.cpp31 std::unique_ptr<ToolOutputFile> input_file; global() member in __anon5c7f55800111::ASTUnitTest
/llvm-project/clang/utils/check_cfc/
H A Dcheck_cfc.py229 def set_input_file(args, input_file): argument
/llvm-project/llvm/tools/opt-viewer/
H A Doptrecord.py289 def get_remarks(input_file, filter_=None): argument
/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1381 Editline(const char * editline_name,FILE * input_file,FILE * output_file,FILE * error_file,std::recursive_mutex & output_mutex) Editline() argument