Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp714 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendReturnedInstructionToFunctionCallForest() argument
774 AppendInstructionToFunctionCallForest(const ExecutionContext & exe_ctx,TraceDumper::FunctionCall * last_function_call,const TraceDumper::SymbolInfo & prev_symbol_info,const TraceDumper::SymbolInfo & symbol_info,const TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendInstructionToFunctionCallForest() argument
861 AppendErrorToFunctionCallForest(TraceDumper::FunctionCall * last_function_call,TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendErrorToFunctionCallForest() argument
877 std::vector<TraceDumper::FunctionCallUP> roots; CreateFunctionCallForest() local
[all...]
/llvm-project/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c170 pthread_t *roots = (pthread_t*)malloc(sizeof(pthread_t) * num_roots); in main() local
/llvm-project/llvm/docs/
H A DLexicon.rst266 .. _roots: target in R
/llvm-project/lld/MachO/
H A DDriver.cpp162 getSearchPaths(unsigned optionCode,InputArgList & args,const std::vector<StringRef> & roots,const SmallVector<StringRef,2> & systemPaths) getSearchPaths() argument
200 std::vector<StringRef> roots; getSystemLibraryRoots() local
214 getLibrarySearchPaths(InputArgList & args,const std::vector<StringRef> & roots) getLibrarySearchPaths() argument
220 getFrameworkSearchPaths(InputArgList & args,const std::vector<StringRef> & roots) getFrameworkSearchPaths() argument
[all...]
H A DDriverUtils.cpp274 findPathCombination(const Twine & name,const std::vector<StringRef> & roots,ArrayRef<StringRef> extensions) findPathCombination() argument
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp64 const std::map<GUID, const ContextNode *> &roots() const { return Roots; } roots() function in PGOCtxProfRWTest
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp407 SmallVector<Value> roots; in detectRoots() local
422 static void buildCostGraph(ArrayRef<Value> roots, RootOrderingGraph &graph, in buildCostGraph() argument
618 SmallVector<Value> roots = detectRoots(pattern); buildPredicateList() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h74 addr_and_size_t roots; // Pointer to __kmp_root. member