Searched defs:roots (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/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 | 264 findPathCombination(const Twine & name,const std::vector<StringRef> & roots,ArrayRef<StringRef> extensions) findPathCombination() argument
|
/freebsd-src/usr.bin/dtc/ |
H A D | fdt.cc | 1610 std::vector<node_ptr> &roots, in parse_file() 2017 std::vector<node_ptr> roots; in parse_dts() local
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_omp.h | 74 addr_and_size_t roots; // Pointer to __kmp_root. member
|