Home
last modified time | relevance | path

Searched refs:ToLLVM (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp20 static llvm::DWARFDataExtractor ToLLVM(const DWARFDataExtractor &data) { in ToLLVM() function
36 llvm::make_unique<DebugNames>(ToLLVM(debug_names), ToLLVM(debug_str)); in Create()