Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 23 of 23) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dtest_modfile.py23 sources = list(glob.iglob(str(srcdir))) variable
24 sources = sorted(sources) variable
/llvm-project/llvm/lib/Target/X86/
H A DCMakeLists.txt25 set(sources variable
/llvm-project/lldb/test/API/api/multithreaded/
H A DTestMultithreaded.py94 build_and_test(self, sources, test_name, args=None) global() argument
121 build_program(self, sources, program) global() argument
/llvm-project/flang/runtime/Float128Math/
H A DCMakeLists.txt19 set(sources variable
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DCMakeLists.txt31 set(sources ${ARGV}) variable
/llvm-project/flang/lib/Decimal/
H A DCMakeLists.txt52 set(sources variable
/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DCMakeLists.txt30 set(sources ${ARGV}) variable
/llvm-project/llvm/cmake/modules/
H A DLLVMProcessSources.cmake61 set(sources ${ARG_UNPARSED_ARGUMENTS}) global() variable
H A DAddOCaml.cmake36 set(sources) variable
H A DAddLLVM.cmake409 set(sources ${ARGN}) variable
413 set(sources ${sources} ${resource_file}) variable
[all...]
/llvm-project/flang/runtime/
H A DCMakeLists.txt108 set(sources global() variable
/llvm-project/libc/test/src/string/
H A Dmemcpy_test.cpp60 const uint8_t *sources[2] = {read_buffer.bottom(size), TEST() local
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A DFindAllSymbolsMain.cpp142 std::vector<std::string> sources = OptionsParser.getSourcePathList(); in main() local
/llvm-project/llvm/docs/
H A DGettingStarted.rst27 .. _sources: global() target in Overview
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake523 set(sources ${ARG_UNPARSED_ARGUMENTS}) global() variable
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp285 const llvm::SmallPtrSet<Block *, 4> &sources = getReachableFrom(to); in isMaybeFreedOnPaths() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1521 buildDriver(self, sources, exe_name) global() argument
1568 buildLibrary(self, sources, lib_name) global() argument
1613 buildProgram(self, sources, exe_name) global() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Dmessage.cpp260 const AllSources &sources{allCooked.allSources()}; Emit() local
H A Dprovenance.cpp568 std::set<const SourceFile *> sources; Dump() local
H A Dpreprocessor.cpp39 Definition(const std::string & predefined,AllSources & sources) Definition() argument
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp410 SmallVector<InferredResultType> sources; populateTypeInferenceInfo() member
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp126 SetVector<Value *> &sources, SetVector<Instruction *> &sinks, in IRPromoter() argument
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp94 std::vector<SourceInfo> sources; member in __anon8e53876c0211::Context