Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h130 FileSpec GetMainFileSpec() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp427 FileSpec SymbolVendor::GetMainFileSpec() const { in GetMainFileSpec() function in SymbolVendor
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp578 sb_file_spec.SetFileSpec(symbol_vendor_ptr->GetMainFileSpec()); in GetSymbolFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3277 const FileSpec symfile_spec = symbol_vendor->GetMainFileSpec(); in PrintModule()