Home
last modified time | relevance | path

Searched defs:get_input_file (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/utils/check_cfc/
H A Dcheck_cfc.py184 def get_input_file(args): function
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_inject.cpp895 auto get_input_file = [&]() -> std::string_view { in Read() local
931 void ReadInThreadFunction(const std::function<std::string_view()>& get_input_file, in ReadInThreadFunction()
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp72 static ld_plugin_get_input_file get_input_file = nullptr; variable