Searched refs:getObjectFile (Results 1 – 5 of 5) sorted by relevance
196 static ObjectFile *getObjectFile(const std::string &Path) { in getObjectFile() function218 ObjectFile *Obj = getObjectFile(ModuleName); in getOrCreateModuleInfo()234 ObjectFile *ResourceObj = getObjectFile(ResourceName); in getOrCreateModuleInfo()
53 virtual object::ObjectFile* getObjectFile() const = 0;
61 virtual object::ObjectFile* getObjectFile() const { return ObjFile; } in getObjectFile() function
146 OwningPtr<DIContext> Context(DIContext::getDWARFContext(LoadedObject->getObjectFile())); in printLineInfoForInput()
193 DIContext* Context = DIContext::getDWARFContext(Obj.getObjectFile()); in NotifyObjectEmitted()