Lines Matching refs:ObjectFile
180 static bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents()
218 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile()
232 ObjectFile *DbgObj = DbgObjOrErr.get(); in lookUpDsymFile()
242 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
243 const ObjectFile *Obj, in lookUpDebuglinkObject()
272 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair()
274 ObjectFile *DbgObj = nullptr; in getOrCreateObjectPair()
288 ErrorOr<ObjectFile *>
316 ErrorOr<std::unique_ptr<ObjectFile>> ObjOrErr = in getOrCreateObject()
323 ObjectFile *Res = ObjOrErr->get(); in getOrCreateObject()
329 return cast<ObjectFile>(Bin); in getOrCreateObject()