Searched defs:roots (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 714 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 D | root-threads-affinity.c | 170 pthread_t *roots = (pthread_t*)malloc(sizeof(pthread_t) * num_roots); in main() local
|
/llvm-project/llvm/docs/ |
H A D | Lexicon.rst | 266 .. _roots: target in R
|
/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 162 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 D | DriverUtils.cpp | 274 findPathCombination(const Twine & name,const std::vector<StringRef> & roots,ArrayRef<StringRef> extensions) findPathCombination() argument
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | PGOCtxProfReaderWriterTest.cpp | 64 const std::map<GUID, const ContextNode *> &roots() const { return Roots; } roots() function in PGOCtxProfRWTest
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | PredicateTree.cpp | 407 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 D | kmp_omp.h | 74 addr_and_size_t roots; // Pointer to __kmp_root. member
|