Home
last modified time | relevance | path

Searched defs:GetMainObjectFile (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h195 ObjectFile *GetMainObjectFile() override { in GetMainObjectFile() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp169 ObjectFile *SymbolFileCommon::GetMainObjectFile() { in GetMainObjectFile() function in SymbolFileCommon