Lines Matching refs:ObjectFile
211 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents()
250 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile()
267 ObjectFile *DbgObj = DbgObjOrErr.get(); in lookUpDsymFile()
279 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
280 const ObjectFile *Obj, in lookUpDebuglinkObject()
313 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair()
315 ObjectFile *DbgObj = nullptr; in getOrCreateObjectPair()
329 Expected<ObjectFile *>
347 return static_cast<ObjectFile *>(nullptr); in getOrCreateObject()
354 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = in getOrCreateObject()
358 std::make_pair(Path, ArchName), std::unique_ptr<ObjectFile>())); in getOrCreateObject()
361 ObjectFile *Res = ObjOrErr->get(); in getOrCreateObject()
367 return cast<ObjectFile>(Bin); in getOrCreateObject()